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 | Constructor and Description |
|---|---|
protected |
RandomSeedTable()
Makes this class non instantiable, but still let's others inherit from it.
|
| 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
protected RandomSeedTable()
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].Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.