|
GridSim v3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the functionality that should be provided by random number generators.
| Method Summary | |
String |
get_name()
Get the random number generator's name. |
long |
get_seed()
Get the random number generator's seed. |
void |
set_seed(long seed)
Set the random number generator's seed. |
| Method Detail |
public void set_seed(long seed)
seed - The generator's seedpublic long get_seed()
public String get_name()
|
GridSim v3.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||