@stdlib/random-base-rayleigh
Rayleigh distributed pseudorandom numbers.
Rayleigh distributed pseudorandom numbers.
Triangular distributed pseudorandom numbers.
Uniformly distributed pseudorandom numbers.
Weibull distributed pseudorandom numbers.
Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.
Create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.
Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.
Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.
Create an iterator for generating pseudorandom numbers drawn from a lognormal distribution.
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an iterator for a 32-bit Mersenne Twister pseudorandom number generator.
Create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.
Create an iterator for generating pseudorandom numbers drawn from a Laplace distribution.
Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.