static int rand(int n) { ret random(n); } static double rand(double d) { ret random(d); }