randNextD function

double randNextD(
  1. double max
)

Implementation

double randNextD(double max) => _random.nextDouble() * max;