swarm.random
Interface ExponentialDistS

All Known Implementing Classes:
ExponentialDistCImpl, ExponentialDistImpl

public abstract interface ExponentialDistS
extends DoubleDistributionS

Exponential distribuiton . A well-known continuous probability distribution returning doubles.


Method Summary
 Object setMean(double mean)
          The setMean: method sets the mean of the distribution.
 
Methods inherited from interface swarm.random.ProbabilityDistributionS
reset, setGenerator, setGenerator$setVirtualGenerator
 

Method Detail

setMean

public Object setMean(double mean)
The setMean: method sets the mean of the distribution.