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
- Version:
- $Revision: 1.3 $ $Date: 2007/11/18 23:51:19 $
|
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.
jHPlot 3.1. Java environment for scientific computation and data analysis. © S.Chekanov