next method

double next()

Returns the next random double in the range [0.0, 1.0).

Implementation

double next() => _random.nextDouble();