public static interface Random.Initializer
Modifier and Type | Method and Description |
---|---|
void |
setSeed(int seed)
Sets a new seed of the random data generation engine.
|
void |
setUp()
Sets up the generation engine (if it requires some setup before being used).
|