The lodash method `_.random` exported as a module.
Creates a readable stream producing cryptographically strong pseudo-random data using `crypto.randomBytes()`
CLI tool for fuzz testing JavaScript parsers and suchlike programs.
Write data to a random temporary file
A fast implementation of a fisher-yates shuffle that does not mutate the source array.
F distributed pseudorandom numbers.
Currents CLI tools
Return a random sentence populated by semi-pronounceable random (nonsense) words.
Exposes the same interface as random-access-file but instead of writing/reading data to a file it maintains it in memory
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
generates a cryptographically strong random uid
Normally distributed pseudorandom numbers using the improved Ziggurat method.
A partial implementation of java.util.Random for JS
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
Random generator for strings, secrets and numbers – with built in crypto module and seed generation for predictable outputs
Meteor's Random Package for Straight Node – with built in crypto module
react-native-get-random-values
Generate random string
Generate random integers within a specified range. Simple wrapper around Math.random() with inclusive bounds.
A library for arbitrary-precision decimal and non-decimal arithmetic
Random JSON generation, structured JSON by schema generation, no dependencies.
TypeScript definitions for secure-random-password
Access to a secure random source in a browser. `Math.random` is not acceptable for cryptographic operations. This module exports a consistent interface for modern browsers.