superpeer
Class CommonRandomElement

java.lang.Object
  extended by cern.colt.PersistentObject
      extended by edu.cornell.lassp.houle.RngPack.RandomElement
          extended by superpeer.CommonRandomElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CommonRandomElement
extends edu.cornell.lassp.houle.RngPack.RandomElement

CommonRandomElement is a wrapper for our CommonRandom number generator.

See Also:
Ranmar, Ranlux, Ranecu, Serialized Form

Field Summary
 
Fields inherited from class cern.colt.PersistentObject
serialVersionUID
 
Constructor Summary
CommonRandomElement()
           
 
Method Summary
 double raw()
          Wrapper for CommonRandom
 
Methods inherited from class edu.cornell.lassp.houle.RngPack.RandomElement
choose, choose, gaussian, gaussian, powlaw, raw, raw, uniform
 
Methods inherited from class cern.colt.PersistentObject
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonRandomElement

public CommonRandomElement()
Method Detail

raw

public double raw()
Wrapper for CommonRandom

Specified by:
raw in class edu.cornell.lassp.houle.RngPack.RandomElement
See Also:
RandomElement.raw()