Documentation of 'jhplot.math.num.random.RNG' Java class.
RNG
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 Detail

      • nextRandomNumber

        double nextRandomNumber()
        Access the next random number from this generator.
        Returns:
        the next random number.

DMelt 3.0 © DataMelt by jWork.ORG