public interface UniformRandomGenerator
Modifier and Type | Method and Description |
---|---|
double |
nextDouble()
Returns the next uniform distributed [0,1] double pseudo random number
from the random generator's stream.
|
void |
setSeed(long seed)
Set the seed to be used by the pseudo random number generating algorithm.
|
double nextDouble()
void setSeed(long seed)
seed
- long : The seed to be used for creating the folowing stream of
pseudo random numbers