random static method

double random()

Implementation

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