Random Code Generate
Fastest random ID and random string generation for Node.js
Generate a random integer
URL and cookie safe UIDs
Generate random numbers from various distributions.
CSV and object generation implementing the Node.js `stream.Readable` API
Cryptographic key pairs for the XRP Ledger
Generate one or more common English words
Universal Module for Secure Random Generator in JavaScript
A Pulumi package to safely use randomness in Pulumi programs.
Generate a cryptographically strong random string
Generate a unique random string
Get consecutively unique elements from an array
Statistical routines and probability distributions.
A function to parse floating point hexadecimal strings as defined by the WebAssembly specification
A module for generating random strings
TypeScript definitions for d3-random
Generate random numbers with a seed, useful for reproducible tests
Generate random numbers that are consecutively unique
A collection of utilities for better-auth
Generate a random path name.
Get a random item from an array
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Use the random function in CSS
Generates random hex code
A simple gem to generate unique, random, and hard to guess coupon/voucher codes. This project was inspired from https://github.com/rspective/voucher-code-generator-js
Generate random short words. Good for human-readable confirmation codes.
Generate random short words. Good for human-readable confirmation codes.
Generate user-friendly, pseudo-random codes without ambiguous letters or numbers (e.g. 0 vs O vs o). For scenarios where only computers will be interacting, this is probably the way to go. But when the interaction involves a human, we want to remove ambigouity to improve accessibility and ease of reading and entering data. Use cases: * Entering code sent via SMS into a web page or app * Entering code from printed material into a web page or app
Simple random ISIN Code generator
Generates a random CEP from brazilian´s zip code
Simple Random Number Generator including Beta, Cauchy, Chi square, Exponential, Gamma, Inverse Gamma, Laplace (double exponential), Normal, Student t, Uniform, and Weibull. Ported from John D. Cook's C# Code.
Pseudorandom number generator classes and support code, parameterized on a source of randomness and a probability distribution
A generator of random texts from EBNF-like grammars. It features probability management, code insertions and conditional generation with conditions written in Ruby.
Temporally Ordered IDs. Generate universally unique identifiers (UUID) that sort lexically in time order. Torid exists to solve the problem of generating UUIDs that when ordered lexically, they are also ordered temporally. I needed a way to generate ids for events that are entering a system with the following criteria: 1. Fast ID generation 2. No central coordinating server/system 3. No local storage 4. Library code, that is multiple apps on the same machine can use the same code and they will not generate duplicate ids 5. Eventually stored in a UUID field in a database. So 128bit ids are totally fine. The IDs that Torid generates are 128bit IDs made up of 2, 64bit parts. * 64bit microsecond level UNIX timestamp * 64bit hash of the system hostname, process id and a random value.
A Mersenne-Twister random number generator (RNG) packed up as a class. This allows multiple RNG streams to be active at the same time (which Ruby's normal rand/srand does not allow). The Mersenne-Twister is implemented with fast C code for speed.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.