25package umontreal.ssj.hups;
28import umontreal.ssj.rng.RandomStream;
This class implements an empty.
void setStream(RandomStream stream)
Sets the internal umontreal.ssj.rng.RandomStream to stream.
RandomStream getStream()
Returns the internal umontreal.ssj.rng.RandomStream.
void randomize(PointSet p)
This method does nothing.
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...