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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description double
nextRandomNumber()
Access the next random number from this generator.
-
DMelt 3.0 © DataMelt by jWork.ORG