org.freehep.postscript
Class PSRandom
java.lang.Object
java.util.Random
org.freehep.postscript.PSRandom
- All Implemented Interfaces:
- Serializable
public class PSRandom
- extends Random
Random class with integer seed
- Version:
- $Id: PSRandom.java 8951 2006-09-12 21:44:14Z duns $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PSRandom
public PSRandom()
PSRandom
public PSRandom(int seed)
setSeed
public void setSeed(int seed)
next
protected int next(int bits)
- Overrides:
next
in class Random
getSeed
public int getSeed()
Copyright © 2000-2006 FreeHEP. All Rights Reserved.