A command line tool to generate a csv list of randomly generated codes
Random code generator for game,license etc..
text, number, text+number random code generator in react
Statistical routines and probability distributions.
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.
CSV and object generation implementing the Node.js `stream.Readable` API
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Random number generator using xorshift128+
A tiny (118 bytes), secure URL-friendly unique string ID generator
Universal Module for Secure Random Generator in JavaScript
Random Code Generator
Meteor's Random Package for Straight Node
Generate unique and memorable names
A very basic crypto library
Mersenne twister pseudorandom number generator
Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation
Fastest random ID and random string generation for Node.js
Generate random numbers from various distributions.
Fractional index library with jittering and generator
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
A package to seed your database using Drizzle ORM
A reliable pseudo random number generator
Turns an AST into code.
TypeScript definitions for d3-random
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.