Simple and useful random string generator! Generate random string of your choice [alphabet, numbers, mixed, specail...]
Pure random number generator written in TypeScript
A small library for generating random numbers
Generate random tokens
TypeScript definitions for brorand
A JavaScript implementation of UUID version 7
This package is for getting latest agents and randomize it
A term-rand function-factory actor
A math util library
Wraps a function so that it's only ever executed once.
A dead-simple module for picking a random item with weights.
Improved randomness without any external dependencies.
URL and cookie safe UIDs
A simple seeded pseudo-random number generator
Secure random numbers of any size in any base
Simple encryption and authentication plugin for Mongoose
A browserify implementation of node-bignum
Yet another random library
A simple package that allows you to execute any function as if it were a `Promise` (even if it isn't!)
Provide multiple configurable strategies to detect, validate, and process email bounces
An array convenience subclass
A versatile random item picker library for JavaScript. Supports weighted and non-weighted items, multiple chained filters for both added items and pick operations, single or multiple item selection, sequential and unique picking options, weight modifiers,
Library for sampling of random values from a discrete probability distribution, using the Walker-Vose alias method.
A library used for generating random strings, written in TypeScript and based on Node.
rand t.
rand ttt.
Provides older Ruby versions with Ruby 1.9.3's change to rand(): the ability to pass a Range object as argument.
ultra fast order by rand() solution, see http://jan.kneschke.de/projects/mysql/order-by-rand/
Adds extensions for DateTime#rand, Date#rand, Time#rand
Randy makes it that much easier to generate random stuff.
rand(100) # => 42
a lita script that fixes rand paul
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.
ActiveRecord Random is a Ruby Gem that empowers your ActiveRecord Models with the ability to return a random record without using SQL RAND().
== USAGE: require 'octave' engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave * GCC or some other compiler to build the included extension * Mocha (For testing only)
Xelor was built for systems that require random bytes for processes faster than one second. Because normal random generation is based off of time as a seed, if there exists multiple calls towards SecureRandom or Rand within one second, the same number will be produced. This can be resolved on unix or linux based systems by making a system call to read /dev/urandom.