swarm.random
Interface ExponentialDistS

All Known Implementing Classes:
ExponentialDistCImpl, ExponentialDistImpl

public interface ExponentialDistS
extends DoubleDistributionS

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


Method Summary
 java.lang.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 java.lang.Object setMean(double mean)
The setMean: method sets the mean of the distribution.