public class RandomSeedTable extends Object
Implementation:
Modifier and Type | Field and Description |
---|---|
static int |
COLUMNS
The number of columns of the matrix (currently COLUMNS = 2).
|
Modifier and Type | Method and Description |
---|---|
static int |
getSeedAtRowColumn(int row,
int column)
Returns a deterministic seed from a (seemingly gigantic) matrix of predefined seeds.
|
public static final int COLUMNS
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].Jas4pp 1.5 © Java Analysis Studio for Particle Physics