SSJ
3.3.1
Stochastic Simulation in Java
|
This class implements an empty umontreal.ssj.hups.PointSetRandomization. More...
Public Member Functions | |
void | randomize (PointSet p) |
This method does nothing. More... | |
void | setStream (RandomStream stream) |
Sets the internal umontreal.ssj.rng.RandomStream to stream . More... | |
RandomStream | getStream () |
Returns the internal umontreal.ssj.rng.RandomStream. More... | |
Protected Attributes | |
RandomStream | stream |
This class implements an empty umontreal.ssj.hups.PointSetRandomization.
The method randomize(PointSet) does nothing. The internal stream is never used. This class can be used in methods where a randomization is needed but you don’t want one.
RandomStream getStream | ( | ) |
Returns the internal umontreal.ssj.rng.RandomStream.
Implements PointSetRandomization.
void randomize | ( | PointSet | p | ) |
void setStream | ( | RandomStream | stream | ) |
Sets the internal umontreal.ssj.rng.RandomStream to stream
.
stream | stream to use in the randomization |
Implements PointSetRandomization.