Get a random floating point number between 0.0 inclusive and max exclusive
max
double nextDouble(double max) => _random.nextDouble() * max;