Returns a random double in the range 0.0 <= value < 1.0.
0.0 <= value < 1.0
double randomDouble([int? seed]) => Random(seed).nextDouble();