Package | Description |
---|---|
jenes | |
jenes.stage.operator | |
jenes.utils |
Modifier and Type | Field and Description |
---|---|
protected Random |
GeneticAlgorithm.random
The random instance
|
Modifier and Type | Field and Description |
---|---|
protected Random |
Operator.random
the random used by the operator
|
Modifier and Type | Method and Description |
---|---|
static Random |
Random.getInstance()
Returns the Random singleton.
|
static Random |
Random.getInstance(long seed)
Returns the Random sigleton imposing the seed given as argument
|