public class ExponentialDistr extends Object implements ContinuousDistribution
| Constructor and Description |
|---|
ExponentialDistr(double mean)
Creates a new exponential number generator.
|
ExponentialDistr(long seed,
double mean)
Creates a new exponential number generator.
|
public ExponentialDistr(long seed,
double mean)
seed - the seed to be used.mean - the mean for the distribution.public ExponentialDistr(double mean)
mean - the mean for the distribution.public double sample()
sample in interface ContinuousDistributionCopyright © 2012 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All Rights Reserved.