jhplot.math.num.random
Interface RNG
- All Known Implementing Classes:
- LinearCongruentialRNG, MathRNG, RandomRNG
public interface RNG
Defines a random number generator that is capable of generating sequences of
random numbers uniformly distributed between zero and one.
- Since:
- 1.3
Method Summary |
double |
nextRandomNumber()
Access the next random number from this generator. |
nextRandomNumber
double nextRandomNumber()
- Access the next random number from this generator.
- Returns:
- the next random number.
jHepWork 3.1 ©