25package umontreal.ssj.probdist;
ExponentialDistFromMean(double mean)
Constructs a new exponential distribution with mean mean.
void setMean(double mean)
Calls umontreal.ssj.probdist.ExponentialDist.setLambda(double) with argument 1/mean to change the mea...
void setLambda(double lambda)
Sets the value of for this object.
ExponentialDist()
Constructs an ExponentialDist object with rate parameter = 1.