Package dev.nm.stat.random.rng.univariate.exp
-
Interface Summary Interface Description RandomExpGenerator This is a random number generator that generates random deviates according to the exponential distribution. -
Class Summary Class Description InverseTransformSamplingExpRNG This is a pseudo random number generator that samples from the exponential distribution using the inverse transform sampling method.Ziggurat2000Exp This implements the ziggurat algorithm to sample from the exponential distribution.