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 © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.