public void NextSourcePoint()
 {
     sampleCount = 1;
     sourcePoint = processList.PopRandom();
 }