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.
|
nextDouble, seed
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
nextDouble
public InverseTransformSamplingExpRNG(double lambda)
lambda
- the rate parameterpublic InverseTransformSamplingExpRNG()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.