|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsim.util.distribution.AbstractDistribution
sim.util.distribution.AbstractDiscreteDistribution
public abstract class AbstractDiscreteDistribution
Abstract base class for all discrete distributions.
| Field Summary |
|---|
| Fields inherited from class sim.util.distribution.AbstractDistribution |
|---|
randomGenerator |
| Constructor Summary | |
|---|---|
protected |
AbstractDiscreteDistribution()
Makes this class non instantiable, but still let's others inherit from it. |
| 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 sim.util.distribution.AbstractDistribution |
|---|
apply, apply, getRandomGenerator, setRandomGenerator |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractDiscreteDistribution()
| Method Detail |
|---|
public double nextDouble()
nextDouble in class AbstractDistributionpublic abstract int nextInt()
nextInt in class AbstractDistribution
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||