org.freehep.postscript.types
Class PSRandom
java.lang.Object
java.util.Random
org.freehep.postscript.types.PSRandom
- All Implemented Interfaces:
- Serializable
public class PSRandom
- extends Random
Random class with integer seed
- Version:
- $Id: src/main/java/org/freehep/postscript/PSRandom.java 17245790f2a9
2006/09/12 21:44:14 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 © 2001-2009 FreeHEP. All Rights Reserved.