@stdlib/random-base-exponential
Exponentially distributed pseudorandom numbers.
Exponentially distributed pseudorandom numbers.
F distributed pseudorandom numbers.
Fréchet distributed pseudorandom numbers.
Gamma distributed pseudorandom numbers.
Geometric distributed pseudorandom numbers.
Gumbel distributed pseudorandom numbers.
Hypergeometric distributed pseudorandom numbers.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
Inverse gamma distributed pseudorandom numbers.
Kumaraswamy's double bounded distributed pseudorandom numbers.
Laplace (double exponential) distributed pseudorandom numbers.
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.
Create an iterator for generating pseudorandom numbers drawn from a geometric distribution.
Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.
Create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
Create an iterator for generating pseudorandom numbers drawn from an inverse gamma distribution.
Create an iterator for generating pseudorandom numbers drawn from a beta distribution.
Create an iterator for generating pseudorandom numbers drawn from a beta prime distribution.