16 static int nextInt(
const int range);
17 static int nextInt(
const int r1,
const int r2);
18 static double nextDouble(
const double range);
19 static double nextDouble(
const double r1,
const double r2);
20 static double nextNormal();
21 static double nextNormal(
const double mean,
const double std);