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:
Beta
,BreitWigner
,ChiSquare
,Empirical
,Exponential
,ExponentialPower
,Gamma
,Hyperbolic
,Logarithmic
,Normal
,StudentT
,Uniform
,VonMises
Abstract base class for all continous distributions.
- Version:
- 1.0, 09/24/99
- See Also:
-
Field Summary
Fields inherited from class cern.jet.random.AbstractDistribution
randomGenerator
Fields inherited from class cern.colt.PersistentObject
serialVersionUID
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Makes 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.
-