25package umontreal.ssj.randvar;
55 for (
int i = 0; i < n; i++)
double nextDouble()
Generates a random number from the continuous distribution contained in this object.
ConstantGen(double val)
Constructs a new constant generator returning the given value val.
void nextArrayOfDouble(double[] v, int start, int n)
Generates n random numbers from the continuous distribution contained in this object.