pure-rand
Pure random number generator written in TypeScript
Found 514 results for rand
Pure random number generator written in TypeScript
Generate randomized strings of a specified length using simple character sequences. The original generate-password.
Normalize the creation of cryptographically strong random values.
Randomize the order of items in an array
Random numbers.
Common APIs shared across base pseudorandom number generators.
A 32-bit Mersenne Twister pseudorandom number generator.
Uniformly distributed pseudorandom numbers between 0 and 1.
Normally distributed pseudorandom numbers using the improved Ziggurat method.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
A linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Uniformly distributed pseudorandom numbers.
Discrete uniform distributed pseudorandom numbers.
Gamma distributed pseudorandom numbers.
Beta distributed pseudorandom numbers.
Improved randomness without any external dependencies.
Normally distributed pseudorandom numbers.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Chi-square distributed pseudorandom numbers.
Pareto (Type I) distributed pseudorandom numbers.
Chi distributed pseudorandom numbers.
Negative binomial distributed pseudorandom numbers.
Create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Log-normally distributed pseudorandom numbers.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Lévy distributed pseudorandom numbers.
Pseudorandom numbers having integer values.
Cauchy distributed pseudorandom numbers.
Triangular distributed pseudorandom numbers.
Fréchet distributed pseudorandom numbers.
F distributed pseudorandom numbers.
Hypergeometric distributed pseudorandom numbers.
Geometric distributed pseudorandom numbers.
Revive a JSON-serialized pseudorandom number generator (PRNG).
Base pseudorandom number generators.
Inverse gamma distributed pseudorandom numbers.
Weibull distributed pseudorandom numbers.
Raised cosine distributed pseudorandom numbers.
Normally distributed pseudorandom numbers using the Box-Muller transform.
Bernoulli distributed pseudorandom numbers.
Poisson distributed random numbers.
Arcsine distributed pseudorandom numbers.
Beta prime distributed pseudorandom numbers.
Kumaraswamy's double bounded distributed pseudorandom numbers.
Logistic distributed pseudorandom numbers.
Gumbel distributed pseudorandom numbers.
Erlang distributed pseudorandom numbers.
Student's t-distributed pseudorandom numbers.
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
This is going to provide the random meaningful string using animal names followed by adjective followed by numbers. Additional to that, you can generate random shortId using custom options
Exponentially distributed pseudorandom numbers.
Binomial distributed pseudorandom numbers.
Laplace (double exponential) distributed pseudorandom numbers.
Rayleigh distributed pseudorandom numbers.
Standard normal pseudorandom numbers.
Configurable Mersenne Twister PRNG implementation written in TypeScript.
Various RNG engines for the grandom library.
Sample elements from an array-like object.
Constructor for creating ndarrays filled with pseudorandom values drawn from a binary PRNG.
pseudo-random 2D noise for glslify
Create a function for generating pseudorandom values drawn from a binary PRNG.
Core package of the grandom library.
Generate pseudorandom numbers drawn from a continuous uniform distribution.
Get popular cat names
Generate pseudorandom numbers drawn from a discrete uniform distribution.
Create an iterator for generating uniformly distributed pseudorandom numbers between 0 and 1.
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a unary PRNG.
Get an/some element from array like target.
Get Crayola Names and Color Codes
Get popular human names
Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.
Reproducible sequences of pseudo random numbers for TypeScript and JavaScript
Get a random temporary file or directory path that will delete itself
Get animals
A hashing function which returns integers with a possible max value
Create an iterator for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
A simple NPM package to get capitals, currency, native language, famous_for etc. of all the countries in the world
A simple module for generating random strings in your code and in CLI
Pick random items from a list
Get a random temp file path. much better.
Create a function for generating pseudorandom values drawn from a unary PRNG.
Constructor for creating ndarrays filled with pseudorandom values drawn from a unary PRNG.
Generate pseudorandom numbers drawn from a Bernoulli distribution.
Fully-customizable random string generator
Generate nicknames
Get a buffer of random bytes from /dev/urandom file, time or another source
Get supervillain names
Get popular human names
A configurable, flexible, seedable, and overall great random number generator.
Generates a random set of characters.
Assorted JavaScript services.
Generate customizable random strings (tokens) using secure charsets with validation – zero dependencies.
Configurable, flexible, and overall great random number and data generator library.
easy next start pakage for newby
Configurable, flexible, seedable, and overall great weighted randoms.
A configurable, flexible, seedable, and overall great random shuffler.
A great random bigint generator.
A configurable, flexible, seedable, and overall great random boolean generator.
Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.
A configurable, flexible, seedable, and overall great random picker.
A configurable, flexible, seedable, and overall great random string generator.
Various UMD builds of a great weighted random generator.
Various UMD builds of a great random string generator.
Create an iterator for generating pseudorandom numbers drawn from a beta distribution.
Various UMD builds of a great random number generator.
Various UMD builds of a great random boolean generator.
Various UMD builds of a great random shuffler.
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
all my utils here (browser version)
Various UMD builds of a great random bigint generator.
Common random functions that are seedable with TypeScript support
Various UMD builds of a great random picker.
Seedable random number generator supporting many common distributions.
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
A package that... well... shuffles the values of an array. Yup. That's all.
Create an array containing pseudorandom numbers drawn from a normal distribution.
Generate pseudorandom numbers drawn from a normal distribution.
Get popular snake names
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
Get popular human names
Constructor for creating arrays filled with pseudorandom values drawn from a ternary PRNG.
Get a weighted random item from an array
Create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.
Various UMD builds of RNG engines for the grandom library.
Shuffle elements of an array-like object.
Create a readable stream for generating pseudorandom numbers drawn from an F distribution.
Create a readable stream for generating pseudorandom numbers drawn from a lognormal distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Laplace (double exponential) distribution.
Constructor for creating ndarrays filled with pseudorandom values drawn from a ternary PRNG.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
Create a function for generating pseudorandom values drawn from a ternary PRNG.
A simple NPM package to get popular movie quotes
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.
Sync get an available port
Create a readable stream for generating pseudorandom numbers drawn from a normal distribution.
Create a readable stream for generating pseudorandom numbers drawn from a uniform distribution.
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Create a readable stream for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
A linear congruential pseudorandom number generator (lcg).
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create a readable stream for generating pseudorandom numbers drawn from a Gumbel distribution.
Create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
SurrealDB-compatible ID generation (rand/ulid/uuid) — pure, zero-dependency
Create an array containing pseudorandom numbers drawn from an exponential distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution.
Get popular human names
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
Create an iterator for generating pseudorandom numbers drawn from a lognormal distribution.
Create a readable stream for generating pseudorandom numbers drawn from a logistic distribution.
Create an iterator for generating pseudorandom numbers drawn from a binomial distribution.
Create a readable stream for generating pseudorandom numbers drawn from a gamma distribution.
Create a readable stream for generating pseudorandom numbers drawn from a hypergeometric distribution.
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution.
Create an iterator for generating pseudorandom numbers drawn from an inverse gamma distribution.
Create an iterator for generating pseudorandom numbers drawn from a Lévy distribution.
Create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Poisson distribution.
Create an iterator for generating pseudorandom numbers drawn from a Laplace distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.
Create an iterator for generating pseudorandom numbers having integer values.
Create a readable stream for generating pseudorandom numbers drawn from a Lévy distribution.
Create an iterator for generating pseudorandom numbers drawn from an F distribution.
Create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create a readable stream for generating pseudorandom numbers having integer values.
Create a readable stream for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Create a readable stream for generating pseudorandom numbers drawn from a beta distribution.
Create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.
Create an iterator for generating pseudorandom numbers drawn from a geometric distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
Create an iterator for generating pseudorandom numbers drawn from a beta prime distribution.
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Improved Ziggurat algorithm.
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.
Create a readable stream for a 32-bit Mersenne Twister pseudorandom number generator.
Create a readable stream for generating pseudorandom numbers drawn from a geometric distribution.
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution.
Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.
Create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
Create an iterator for generating pseudorandom numbers drawn from a Gumbel distribution.
Create an iterator for generating pseudorandom numbers drawn from a logistic distribution.
Create a readable stream for generating uniformly distributed pseudorandom numbers between 0 and 1.
Create a readable stream for generating pseudorandom numbers drawn from a triangular distribution.
Create an iterator for generating pseudorandom numbers drawn from a Rayleigh distribution.
Create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.
Create an array containing pseudorandom numbers drawn from a raised cosine distribution.
Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Cauchy distribution.
Create an iterator for generating pseudorandom numbers drawn from a normal distribution.
Create an iterator for generating pseudorandom numbers drawn from an exponential distribution.
Create a readable stream for generating pseudorandom numbers drawn from a binomial distribution.
Create a readable stream for generating pseudorandom numbers drawn from an inverse gamma distribution.
Yet another unique alphanumeric id generator
Pseudorandom number generator streams.
Create a readable stream for generating pseudorandom numbers drawn from an exponential distribution.
Create an iterator for generating pseudorandom numbers drawn from a Kumaraswamy's double bounded distribution.
Create a readable stream for generating pseudorandom numbers drawn from a raised cosine distribution.
Create an iterator for generating pseudorandom numbers drawn from a chi distribution.
Create a readable stream for generating pseudorandom numbers drawn from a Pareto (Type I) distribution.
Create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.
Generate psuedo random colors for UI elements like chips, tags, badges, etc..
Create an iterator for generating pseudorandom numbers drawn from a Poisson distribution.
Create an iterator for generating pseudorandom numbers drawn from a gamma distribution.
Create an iterator for generating pseudorandom numbers drawn from a Weibull distribution.
Create an iterator for generating pseudorandom numbers drawn from a raised cosine distribution.
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
Create a readable stream for generating pseudorandom numbers drawn from a beta prime distribution.
Create an iterator for generating pseudorandom numbers drawn from a triangular distribution.
aicacia rand utils
Pseudorandom number generator iterators.
Create an array containing pseudorandom numbers drawn from a binomial distribution.
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
random float between a range
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
Create a readable stream for generating pseudorandom numbers drawn from a chi distribution.
Create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.