|
Colt 1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.PersistentObject
cern.jet.random.AbstractDistribution
cern.jet.random.AbstractDiscreteDistribution
public abstract class AbstractDiscreteDistribution
Abstract base class for all discrete distributions.
Field Summary |
---|
Fields inherited from class cern.colt.PersistentObject |
---|
serialVersionUID |
Method Summary | |
---|---|
double |
nextDouble()
Returns a random number from the distribution; returns (double) nextInt(). |
abstract int |
nextInt()
Returns a random number from the distribution. |
Methods inherited from class cern.jet.random.AbstractDistribution |
---|
apply, apply, clone, makeDefaultGenerator |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double nextDouble()
nextDouble
in class AbstractDistribution
public abstract int nextInt()
nextInt
in class AbstractDistribution
|
Colt 1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |