|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.colt.PersistentObject
cern.jet.random.tdouble.AbstractDoubleDistribution
cern.jet.random.tdouble.AbstractDiscreteDistribution
public abstract class AbstractDiscreteDistribution
Abstract base class for all discrete distributions.
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.tdouble.AbstractDoubleDistribution |
---|
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 AbstractDoubleDistribution
public abstract int nextInt()
nextInt
in class AbstractDoubleDistribution
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |