Found 318 results for pseudorandom
@stdlib/random-iter-bernoulli
Create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.
@stdlib/random-streams-binomial-cli
Create a readable stream for generating pseudorandom numbers drawn from a binomial distribution.
@stdlib/random-streams-gumbel-cli
Create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.
@stdlib/random-array-levy
Create an array containing pseudorandom numbers drawn from a Lévy distribution.
@lazy-random/lib-r-math-rng
@stdlib/random-streams-t-cli
Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
@stdlib/random-streams-poisson-cli
Create a readable stream for generating pseudorandom numbers drawn from a Poisson distribution.
@stdlib/random-strided-randu
Fill a strided array with uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/random-streams-chi-cli
Create a readable stream for generating pseudorandom numbers drawn from a chi distribution.
@stdlib/random-streams-laplace-cli
Create a readable stream for generating pseudorandom numbers drawn from a Laplace (double exponential) distribution.
@stdlib/random-iter-binomial
Create an iterator for generating pseudorandom numbers drawn from a binomial distribution.
@stdlib/random-streams-exponential-cli
Create a readable stream for generating pseudorandom numbers drawn from an exponential distribution.
@stdlib/random-strided-gamma
Fill a strided array with pseudorandom numbers drawn from a gamma distribution.
@stdlib/random-iter-gamma
Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.
@stdlib/random-iter-arcsine
Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.
@stdlib/random-streams-discrete-uniform
Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/random-streams-erlang
Create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.
@stdlib/random-iter-poisson
Create an iterator for generating pseudorandom numbers drawn from a Poisson distribution.
@stdlib/random-iter-kumaraswamy
Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
@stdlib/random-strided-beta
Fill a strided array with pseudorandom numbers drawn from a beta distribution.
@stdlib/random-strided-exponential
Fill a strided array with pseudorandom numbers drawn from an exponential distribution.
@stdlib/random-streams-bernoulli-cli
Create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.
@stdlib/random-streams-negative-binomial
Create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.
@stdlib/random-streams-geometric-cli
Create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.
@stdlib/random-streams-rayleigh
Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
@stdlib/random-array-chi
Create an array containing pseudorandom numbers drawn from a chi distribution.
@stdlib/random-array-cosine
Create an array containing pseudorandom numbers drawn from a raised cosine distribution.
@stdlib/random-iter-frechet
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/random-strided-geometric
Fill a strided array with pseudorandom numbers drawn from a geometric distribution.
@stdlib/random-streams-frechet
Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/random-iter-rayleigh
Create an iterator for generating pseudorandom numbers drawn from a Rayleigh distribution.
@stdlib/random-streams-minstd-cli
Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
@stdlib/random-strided
Pseudorandom number generator strided array functions.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
@lazy-random/seed-algorithm
@stdlib/random-iter
Pseudorandom number generator iterators.
@stdlib/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
@dvlden/alea
Pseudorandom number generator based on Alea algorithm.
@stdlib/random-streams-rayleigh-cli
Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
@stdlib/random-streams-logistic-cli
Create a readable stream for generating pseudorandom numbers drawn from a logistic distribution.
@lazy-num/max-safe-number
@stdlib/random-streams-gamma-cli
Create a readable stream for generating pseudorandom numbers drawn from a gamma distribution.
@stdlib/random-array-poisson
Create an array containing pseudorandom numbers drawn from a Poisson distribution.
@stdlib/random-streams-discrete-uniform-cli
Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/random-strided-tools
Pseudorandom number generator strided array function tools.
@lazy-random/simple-wrap
@stdlib/random-streams-hypergeometric-cli
Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.
@stdlib/random-streams-frechet-cli
Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.
@stdlib/random-streams-cosine-cli
Create a readable stream for generating pseudorandom numbers drawn from a raised cosine distribution.
@stdlib/random-streams-negative-binomial-cli
Create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.
@stdlib/random-streams-levy-cli
Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.
random-test2
Seedable random number generator supporting many common distributions.
@stdlib/random-streams-randi-cli
Create a readable stream for generating pseudorandom numbers having integer values.
@stdlib/random-iter-cosine
Create an iterator for generating pseudorandom numbers drawn from a raised cosine distribution.
@stdlib/random-strided-t
Fill a strided array with pseudorandom numbers drawn from a Student's t distribution.
@stdlib/random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
@coleblender/random
This package is designed to help with various applications of randomness in JavaScript.