25package umontreal.ssj.hups;
27import umontreal.ssj.rng.RandomStream;
100 return "Random shift (digital if applied to a digital net)";
This abstract class represents a general point set.
void addRandomShift(int d1, int d2, RandomStream stream)
By default, this method generates a random shift in the protected double[] array shift,...
void randomize(PointSet p)
This method calls addRandomShift(stream).
RandomShift(RandomStream stream)
Constructor that sets the internal umontreal.ssj.rng.RandomStream to stream.
String toString()
Returns a descriptor of this object.
RandomShift()
Empty constructor: No stream is passed here for the randomization; one must be passed later by setStr...
RandomStream getStream()
Returns the internal umontreal.ssj.rng.RandomStream.
void setStream(RandomStream stream)
Sets the internal umontreal.ssj.rng.RandomStream to stream.
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...