An opinionated tool for scaffolding an app using react, redux, rx and webpack
A package to seed your database using Drizzle ORM
CSV and object generation implementing the Node.js `stream.Readable` API
A small library for generating random numbers
Avatar style for DiceBear
Avatar style for DiceBear
Avatar style for DiceBear
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
Statistical routines and probability distributions.
A reliable pseudo random number generator
Generate random numbers with a seed, useful for reproducible tests
Commonly used shared functionality and types to support the fiori generator.
A functional typescript implementation of the PCG family random number generators
RC4 random number generator
Random generator for strings, secrets and numbers – with built in crypto module and seed generation for predictable outputs
Continued fraction approximation.
Compute the sum of an infinite series.
Native JS murmur hash implementation
JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator
Determine if a function is a native generator function.
A tiny (118 bytes), secure URL-friendly unique string ID generator
Create an SAPUI5 application using SAP Fiori elements or a freestyle approach
Turns an AST into code.
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Current Status: Working on Design to be implemented
**CheapRandom** is a set of tools for pseudo random number generation from arbitrary data. The properties of the **CheapRandom seed** make convenient random number generation possible -- useful for easily repeatable software testing. The **CheapRandom algorithm** is information conserving and generally appears to produce lower chi-squared statistics than **Kernel::rand** i.e. it appears to be more random. The **CheapRandom algorithm**, an original work by Bardi Einarsson, has been in use for 6 years.