getDouble static method

double getDouble()

Implementation

static double getDouble() {
  return Random().nextDouble();
}