Similar to random-bytes-seed but returns a number between 0 and 1, similar to Math.random()
Generate random numbers with a seed, useful for reproducible tests
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available
Cryptographic key pairs for the XRP Ledger
Random number generator using xorshift128+
TypeScript definitions for random-seed
TypeScript definitions for seed-random
A functional typescript implementation of the PCG family random number generators
A reliable pseudo random number generator
Statistical routines and probability distributions.
JavaScript implementation of the XORSHIFT-ADD (XSadd) pseudo random number generator
CSV and object generation implementing the Node.js `stream.Readable` API
JavaScript utilities with respect to emerging standard
A package to seed your database using Drizzle ORM
ES Math-related intrinsics and helpers, robustly cached.

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.
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
A small library for generating random numbers
Use the random function in CSS
Property based testing for Vitest based on fast-check
This library contains all algorithm implementations like signature verification and protocol entries like address used in Waves.
TypeScript definitions for math-random