Uses of Interface
dev.nm.stat.random.rng.univariate.exp.RandomExpGenerator
-
Packages that use RandomExpGenerator Package Description dev.nm.stat.random.rng.univariate.exp -
-
Uses of RandomExpGenerator in dev.nm.stat.random.rng.univariate.exp
Classes in dev.nm.stat.random.rng.univariate.exp that implement RandomExpGenerator Modifier and Type Class Description class
InverseTransformSamplingExpRNG
This is a pseudo random number generator that samples from the exponential distribution using the inverse transform sampling method.class
Ziggurat2000Exp
This implements the ziggurat algorithm to sample from the exponential distribution.
-