Package cern.jet.random
Class AbstractContinousDistribution
java.lang.Object
cern.colt.PersistentObject
cern.jet.random.AbstractDistribution
cern.jet.random.AbstractContinousDistribution
- All Implemented Interfaces:
DoubleFunction,IntFunction,Serializable,Cloneable
- Direct Known Subclasses:
Uniform
Abstract base class for all continous distributions.
- Version:
- 1.0, 09/24/99
- Author:
- wolfgang.hoschek@cern.ch
- See Also:
-
Field Summary
Fields inherited from class cern.jet.random.AbstractDistribution
randomGenerator -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMakes this class non instantiable, but still let's others inherit from it. -
Method Summary
Methods inherited from class cern.jet.random.AbstractDistribution
apply, apply, clone, getRandomGenerator, makeDefaultGenerator, nextDouble, nextInt, setRandomGenerator
-
Constructor Details
-
AbstractContinousDistribution
protected AbstractContinousDistribution()Makes this class non instantiable, but still let's others inherit from it.
-