public interface Randomizable
Modifier and Type | Method and Description |
---|---|
int |
getSeed()
Gets the seed for the random number generations
|
void |
setSeed(int seed)
Set the seed for random number generation.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.