25package umontreal.ssj.randvar;
27import umontreal.ssj.rng.*;
28import umontreal.ssj.probdist.*;
62 setParams(dist.getI(), dist.getJ());
88 protected void setParams(
int i,
int j) {
90 throw new IllegalArgumentException(
"j < i");
This interface defines the basic structures to handle multiple streams of uniform (pseudo)random numb...
double nextDouble()
Returns a (pseudo)random number from the uniform distribution over the interval , using this stream,...