@stdlib/random-base-laplace
Laplace (double exponential) 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.
Create an iterator for generating pseudorandom numbers drawn from a binomial distribution.
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.
Create an iterator for generating pseudorandom numbers drawn from a chi distribution.
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
Create an iterator for generating pseudorandom numbers drawn from a raised cosine distribution.
Create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.
Create an iterator for generating pseudorandom numbers drawn from an exponential distribution.
Create an iterator for generating pseudorandom numbers drawn from an F distribution.
Uniformly distributed pseudorandom numbers between 0 and 1.