randomDouble static method

double randomDouble()

Implementation

static double randomDouble() {
  return math.Random().nextDouble();
}