Utility for generation of random numbers.
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
Extract YAML headers from random (not really random) files.
Generate random numbers from various distributions.
TypeScript definitions for d3-random
Fastest random ID and random string generation for Node.js
Make node become really random, useful when checking you have no race conditions
URL and cookie safe UIDs
Use the random function in CSS
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Generate a cryptographically strong random string
Random utility functions for ethers.
A Pulumi package to safely use randomness in Pulumi programs.
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.
Generate massive amounts of fake contextual data
Provides functions for detecting if the host environment supports the WebCrypto API
Generate a random integer
Statistical routines and probability distributions.
lezer-based C++ grammar
math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available
A 2D rectangular bin packing data structure that uses the Shelf Best Height Fit heuristic
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)
Temporary file and directory creator
You can't get more random than random, but you can try really, really, really hard. `SuperRandom` combines sources of entropy to generate super-random bytes!
On Linux, Unix or OSX /dev/random can be used to create really secure passwords from random bytes. This gem provides an implementation to do just that.
Ruby-RandomOrg helps you make sure that random number of yours really is, you know, random.
This is just a REALLY simple RubyGem that will return a random Mitch Hedberg quote. I decided to do this after taking a course on Ruby - I thought I could force it into being a little more complicated to test some of what I learned.... but this is about as simple as it gets. From a pure OO standpoint, there probably are some issues with this implementation, regardless of how simple it is. The Quote object probably shouldn't handle printing to the screen. But that's how I did it... maybe I'll enhance it that. Maybe make a Printable mix-in that handle outputting in different format?