public class InverseTransformSamplingExpRng extends InverseTransformSampling implements RandomExpGenerator
| Constructor and Description |
|---|
InverseTransformSamplingExpRng()
Construct a random number generator to sample from the standard exponential distribution using the inverse transform sampling method.
|
InverseTransformSamplingExpRng(double lambda)
Construct a random number generator to sample from the exponential distribution using the inverse transform sampling method.
|
InverseTransformSamplingExpRng(double lambda,
RandomLongGenerator rng)
Construct a random number generator to sample from the exponential distribution using the inverse transform sampling method.
|
nextDouble, seedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextDouble, seedpublic InverseTransformSamplingExpRng(double lambda,
RandomLongGenerator rng)
lambda - the rate parameterrng - a uniform random number generatorpublic InverseTransformSamplingExpRng(double lambda)
lambda - the rate parameterpublic InverseTransformSamplingExpRng()