|
Colt 1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.jet.random.engine.RandomSeedTable
public class RandomSeedTable
(Seemingly gigantic) table of good seeds for pseudo-random number generators.
Implementation:
Field Summary | |
---|---|
static int |
COLUMNS
The number of columns of the matrix (currently COLUMNS = 2). |
Method Summary | |
---|---|
static int |
getSeedAtRowColumn(int row,
int column)
Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int COLUMNS
Method Detail |
---|
public static int getSeedAtRowColumn(int row, int column)
row
- should (but need not) be in [0,Integer.MAX_VALUE].column
- shoould (but need not) be in [0,SeedTable.COLUMNS-1].
|
Colt 1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |