jhplot.math.num.random
Class MathRNG

java.lang.Object
  extended by jhplot.math.num.random.MathRNG
All Implemented Interfaces:
RNG

public class MathRNG
extends java.lang.Object
implements RNG

A random number generator that delegates random number generation to the Math.random() method.

Since:
1.3

Constructor Summary
MathRNG()
           
 
Method Summary
 double nextRandomNumber()
          Access the next random number from this generator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MathRNG

public MathRNG()
Method Detail

nextRandomNumber

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

Specified by:
nextRandomNumber in interface RNG
Returns:
the next random number.


jHepWork 2.8 (©) S.Chekanov