org.schwiebert.abl4j.random
Class NativeRandom
java.lang.Object
java.util.Random
org.schwiebert.abl4j.random.NativeRandom
- All Implemented Interfaces:
- Serializable
public class NativeRandom
- extends Random
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
NativeRandom
public NativeRandom()
next
public int next()
setSeed
public void setSeed(long seed)
- Overrides:
setSeed in class Random
nextInt
public int nextInt(int n)
- Overrides:
nextInt in class Random
© 2007 Stephan Schwiebert