24package umontreal.ssj.hups;
26import umontreal.ssj.rng.RandomStream;
27import java.lang.IllegalArgumentException;
78 this.numBits = numBits;
93 this.numBits = numBits;
111 throw new IllegalArgumentException(
112 "NestedUniformScrambling" +
" can only randomize a CachedPointSet of a DigitalNetBase2");
119 return "Nested uniform scrambling";
This container class caches a point set by precomputing and storing all the points locally in an arra...
PointSet getParentPointSet()
Returns the reference point set that was passed to the constructor.
A special case of DigitalNet for the base .
This abstract class represents a general point set.
This interface is for a randomization that can be used to randomize a umontreal.ssj....
This interface defines the basic structures to handle multiple streams of uniform (pseudo)random numb...