|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omegahat.Simulation.RandomGenerators.CollingsPRNGConstants
Contains all of the magic constants necessary to implement Bruce Collings' Pseudorandom Number Generator.
Field Summary | |
static int |
Modulus
Prime Modulus Constant = 2^32-1 |
static int[] |
pool
Pool of (empirically) good multiplicative constants |
static int |
SIZE
Number of good multiplier constants in the pool |
Constructor Summary | |
CollingsPRNGConstants()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public static int Modulus
public static int SIZE
public static int[] pool
Constructor Detail |
public CollingsPRNGConstants()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |