|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectumontreal.iro.lecuyer.rng.RandomStreamBase
jbil.util.JDKRandomStream
public class JDKRandomStream
Implementation of the RandomStream interface of the SSJ library based on the standard JDK linear-congruential RNG.
| Constructor Summary | |
|---|---|
JDKRandomStream()
Creates a JDK random stream. |
|
JDKRandomStream(long seed)
Creates a JDK random stream with an specified seed. |
|
| Method Summary | |
|---|---|
void |
resetNextSubstream()
Unsupported operation |
void |
resetStartStream()
Unsupported operation |
void |
resetStartSubstream()
Unsupported operation |
java.lang.String |
toString()
Unsupported operation |
| Methods inherited from class umontreal.iro.lecuyer.rng.RandomStreamBase |
|---|
clone, formatState, formatStateFull, increasedPrecision, nextArrayOfDouble, nextArrayOfInt, nextDouble, nextInt |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDKRandomStream()
public JDKRandomStream(long seed)
seed - The seed of the JDK RNG.| Method Detail |
|---|
public void resetNextSubstream()
resetNextSubstream in interface umontreal.iro.lecuyer.rng.RandomStreamresetNextSubstream in class umontreal.iro.lecuyer.rng.RandomStreamBasepublic void resetStartStream()
resetStartStream in interface umontreal.iro.lecuyer.rng.RandomStreamresetStartStream in class umontreal.iro.lecuyer.rng.RandomStreamBasepublic void resetStartSubstream()
resetStartSubstream in interface umontreal.iro.lecuyer.rng.RandomStreamresetStartSubstream in class umontreal.iro.lecuyer.rng.RandomStreamBasepublic java.lang.String toString()
toString in interface umontreal.iro.lecuyer.rng.RandomStreamtoString in class umontreal.iro.lecuyer.rng.RandomStreamBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||