|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjbil.util.RandomManager
public class RandomManager
Singleton class that controls a system-wide RNG.
Depends on the SSJ Library http://www.iro.umontreal.ca/~simardr/ssj/
| Method Summary | |
|---|---|
static RandomManager |
getInstance()
Gets the singleton instance of this class. |
umontreal.iro.lecuyer.rng.RandomStream |
getRandomStream()
Returns the system-wide RNG. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RandomManager getInstance()
public umontreal.iro.lecuyer.rng.RandomStream getRandomStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||