Parallel Colt 0.7.2

cern.jet.random.tfloat
Class AbstractContinousFloatDistribution

java.lang.Object
  extended by cern.colt.PersistentObject
      extended by cern.jet.random.tfloat.AbstractFloatDistribution
          extended by cern.jet.random.tfloat.AbstractContinousFloatDistribution
All Implemented Interfaces:
FloatFunction, IntFunction, Serializable, Cloneable
Direct Known Subclasses:
FloatUniform

public abstract class AbstractContinousFloatDistribution
extends AbstractFloatDistribution

Abstract base class for all continous distributions.

Version:
1.0, 09/24/99
Author:
wolfgang.hoschek@cern.ch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class cern.colt.PersistentObject
serialVersionUID
 
Method Summary
 
Methods inherited from class cern.jet.random.tfloat.AbstractFloatDistribution
apply, apply, clone, makeDefaultGenerator, nextFloat, nextInt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 


Parallel Colt 0.7.2

Jump to the Parallel Colt Homepage