This class implements an empty. More...
Public Member Functions | |
| void | randomize (PointSet p) |
| This method does nothing. | |
| void | setStream (RandomStream stream) |
| Sets the internal umontreal.ssj.rng.RandomStream to stream. | |
| RandomStream | getStream () |
| Returns the internal umontreal.ssj.rng.RandomStream. | |
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.
Definition at line 40 of file EmptyRandomization.java.
| RandomStream umontreal.ssj.hups.EmptyRandomization.getStream | ( | ) |
Returns the internal umontreal.ssj.rng.RandomStream.
Implements umontreal.ssj.hups.PointSetRandomization.
Definition at line 66 of file EmptyRandomization.java.
| void umontreal.ssj.hups.EmptyRandomization.randomize | ( | PointSet | p | ) |
This method does nothing.
| p | Point set to randomize |
Implements umontreal.ssj.hups.PointSetRandomization.
Definition at line 48 of file EmptyRandomization.java.
| void umontreal.ssj.hups.EmptyRandomization.setStream | ( | RandomStream | stream | ) |
Sets the internal umontreal.ssj.rng.RandomStream to stream.
| stream | stream to use in the randomization |
Implements umontreal.ssj.hups.PointSetRandomization.
Definition at line 57 of file EmptyRandomization.java.