randD function

double randD(
  1. double min,
  2. double max
)

Implementation

double randD(double min, double max) => _random.d(min, max);