org.apache.commons.math.random
Class JDKRandomGenerator
java.lang.Object
java.util.Random
org.apache.commons.math.random.JDKRandomGenerator
- All Implemented Interfaces:
- Serializable, RandomGenerator
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKRandomGenerator
public JDKRandomGenerator()
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.