org.apache.commons.math.random
Class JDKRandomGenerator

java.lang.Object
  extended by java.util.Random
      extended by org.apache.commons.math.random.JDKRandomGenerator
All Implemented Interfaces:
java.io.Serializable, RandomGenerator

public class JDKRandomGenerator
extends java.util.Random
implements RandomGenerator

Extension of java.util.Random to implement RandomGenerator.

Since:
1.1
Version:
$Revision: 628614 $ $Date: 2008-02-17 21:47:53 -0700 (Sun, 17 Feb 2008) $
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serializable version identifier
 
Constructor Summary
JDKRandomGenerator()
           
 
Method Summary
 
Methods inherited from class java.util.Random
next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.math.random.RandomGenerator
nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serializable version identifier

See Also:
Constant Field Values
Constructor Detail

JDKRandomGenerator

public JDKRandomGenerator()