org.freehep.postscript
Class PSRandom
java.lang.Object
   java.util.Random
java.util.Random
       org.freehep.postscript.PSRandom
org.freehep.postscript.PSRandom
- All Implemented Interfaces: 
- Serializable
- public class PSRandom- extends Random
Random class with integer seed
- Version:
- $Id: PSRandom.java,v 1.1 2001/06/04 07:23:55 duns Exp $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
- Source Code:
- PSRandom.java
 
 
 
| 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)
- 
 
getSeed
public int getSeed()
- 
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.