particle
Class myRandom

java.lang.Object
  extended by particle.myRandom
All Implemented Interfaces:
java.io.Serializable

public class myRandom
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
myRandom(double Iratseed, int Multiplier, int Currentn)
           
 
Method Summary
 int getCurN()
           
 double[] parallel_snws(int num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

myRandom

public myRandom(double Iratseed,
                int Multiplier,
                int Currentn)
Method Detail

parallel_snws

public double[] parallel_snws(int num)

getCurN

public int getCurN()