25package umontreal.ssj.randvar;
27import umontreal.ssj.rng.*;
28import umontreal.ssj.probdist.*;
71 setParams(dist.getA(), dist.getB());
100 private void setParams(
double a,
double b) {
102 throw new IllegalArgumentException(
"b <= a");
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,...