|
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). |
Constructor Summary | |
---|---|
protected |
RandomSeedTable()
Makes this class non instantiable, but still let's others inherit from it. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int COLUMNS
Constructor Detail |
---|
protected RandomSeedTable()
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 |