|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--flowsim.util.ExponentialDistribution
Constructor Summary | |
ExponentialDistribution(double lambda)
|
|
ExponentialDistribution(double lambda,
long seed)
|
|
ExponentialDistribution(double lambda,
java.util.Random random)
|
Method Summary | |
double |
average()
|
double |
rand()
|
double |
variance()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ExponentialDistribution(double lambda)
public ExponentialDistribution(double lambda, long seed)
public ExponentialDistribution(double lambda, java.util.Random random)
Method Detail |
public double average()
public double variance()
public double rand()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |