random static method

double random()

Global random generator.

Implementation

static double random() => _random.nextDouble();