@stdlib/random-array-f
Create an array containing pseudorandom numbers drawn from an F distribution.
Create an array containing pseudorandom numbers drawn from an F distribution.
Create an array containing pseudorandom numbers drawn from a Fréchet distribution.
Create an array containing pseudorandom numbers drawn from a gamma distribution.
Create an array containing pseudorandom numbers drawn from a geometric distribution.
Create an array containing pseudorandom numbers drawn from a Gumbel distribution.
Create an array containing pseudorandom numbers drawn from a hypergeometric distribution.
Create an array containing pseudorandom numbers drawn from an inverse gamma distribution.
Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
Create an array containing pseudorandom numbers drawn from a Lévy distribution.
Create an array containing pseudorandom numbers drawn from a logistic distribution.
Create an array containing pseudorandom numbers drawn from a lognormal distribution.
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG).
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
Create an array containing pseudorandom numbers drawn from a negative binomial distribution.
Create an array containing pseudorandom numbers drawn from a normal distribution.
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
Pseudorandom number generator array creation function tools.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.