|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Randomizable
Interface to something that has random behaviour that is able to be seeded with an integer.
| Method Summary | |
|---|---|
int |
getSeed()
Gets the seed for the random number generations |
void |
setSeed(int seed)
Set the seed for random number generation. |
| Method Detail |
|---|
void setSeed(int seed)
seed - the seedint getSeed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||