org.apache.commons.math.random
Class JDKRandomGenerator

java.lang.Object
  extended byjava.util.Random
      extended byorg.apache.commons.math.random.JDKRandomGenerator
All Implemented Interfaces:
RandomGenerator, Serializable

public class JDKRandomGenerator
extends Random
implements RandomGenerator

Extension of java.util.Random to implement RandomGenerator.

Since:
1.1
Version:
$Revision:$ $Date$
See Also:
Serialized Form

Constructor Summary
JDKRandomGenerator()
           
 
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
 

Constructor Detail

JDKRandomGenerator

public JDKRandomGenerator()


Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.