| Name | Description | Type | Package | Framework |
| InverseTransformSamplingExpRNG | This is a pseudo random number generator that samples from the exponential distribution using the inverse transform sampling method. | Class | com.numericalmethod.suanshu.stats.random.rng.univariate.exp | SuanShu |
| RandomExpGenerator | This is a random number generator that generates random deviates according to the exponential distribution. | Interface | com.numericalmethod.suanshu.stats.random.rng.univariate.exp | SuanShu |
| Ziggurat2000Exp | This implements the ziggurat algorithm to sample from the exponential distribution. | Class | com.numericalmethod.suanshu.stats.random.rng.univariate.exp | SuanShu |