getDouble method

double getDouble()

Implementation

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