@stdlib/random-base-box-muller
Normally distributed pseudorandom numbers using the Box-Muller transform.
Normally distributed pseudorandom numbers using the Box-Muller transform.
Cauchy distributed pseudorandom numbers.
Chi distributed pseudorandom numbers.
Chi-square distributed pseudorandom numbers.
Raised cosine distributed pseudorandom numbers.
Discrete uniform distributed pseudorandom numbers.
Erlang distributed pseudorandom numbers.
Lévy distributed pseudorandom numbers.
Logistic distributed pseudorandom numbers.
Log-normally distributed pseudorandom numbers.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an array containing pseudorandom numbers drawn from Kumaraswamy's double bounded distribution.
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
Create an array containing pseudorandom numbers drawn from a Rayleigh distribution.
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.