Random rand = new Random(); return rand.NextDouble; //returns a random number bw 0.0 and 1.0!
double test = random.NextDouble();