@stdlib/random-base-chisquare
Chi-square 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.
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.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Create an array containing pseudorandom numbers drawn from a triangular distribution.
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
Create an array containing pseudorandom numbers drawn from a Weibull distribution.
Base pseudorandom number generators.