number-generator
Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.
Generate repeatable pseudo random numbers and non-cryptographic hash numbers for usage in Node.js and browser environments.
Seedable random number generator supporting many common distributions.
`lodash.random` but using Alea
check actual number is expected number ± delta
Reproducible sequences of pseudo random numbers for TypeScript and JavaScript
seedable random, an implementation of Johannes Baagøe's Alea
Seedable PRNG for JS/TS
Uniform and weighted shuffling and sampling with Alea
Simple, node/browser compatible Alea RNG generator from http://baagoe.com/en/RandomMusings/javascript/
A performant and effective random number generator
A React component for displaying error messages based on error codes
A tiny (but advanced) simplex noise module
Generate and use memorable random seeds.
An ES module with a class providing a "Pseudo-random number generator" which is "pluggable" meaning you can plug-in any PRNG algorithm. It's also "seedable" meaning that it can have a reproducible (deterministic) output based on its starting seed. The mod