rand
There are 268 repositories under rand topic.
krowinski/bcmath-extended
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
openwall/php_mt_seed
PHP mt_rand() seed cracker
engusmaze/frand
Blazingly Fast Pseudo Random Number Generator written in Rust
ashnur/random-number
Get a random index from a list, or a point in a range. Easily change the limits or toggle between integers and floats. Uses only Math.random() now.
mattreecebentley/plf_rand
A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's PCG rand with a fallback to xor-rand for 32-bit code.
artichoke/rand_mt
🌪 Mersenne Twister implementation backed by rand_core
m-clark/confusionMatrix
Report various statistics stemming from a confusion matrix in a tidy fashion. 🎯
art4711/unpredictable
Unpredictable number generator.
jj1bdx/emprng
Erlang/OTP rand module prototype repository until OTP 20 (for reference use only) - multiple PRNG suite
zephyrtronium/crazy
Interfaces and implementations for sources of randomness and pseudo-randomness
stdlib-js/random-base-mt19937
A 32-bit Mersenne Twister pseudorandom number generator.
Colduction/randomizer
Fast and thread-safe random data generator package written in Go
ibehii/RandomColorlib
A python library that makes your terminal outputs colorful ✨
NinjaKurosun/BloodMelter
This is no malware, This is no virus. This is my implementation of the Mrs.Major3 effect
stdlib-js/random-base-binomial
Binomial distributed pseudorandom numbers.
stdlib-js/random-base-uniform
Uniformly distributed pseudorandom numbers.
abranhe/randn
Another 🔢 Random Number Generator
sebastienrousseau/vrd
A Rust library for generating high-quality random numbers based on the Mersenne Twister algorithm 🦀
stdlib-js/random
Standard library generic random functions.
stdlib-js/random-base-minstd
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
stdlib-js/random-iter-chisquare
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
hedhyw/go-psw
A tiny secure-random password generator
iwaltgen/sak
a minimal multi-tool CLI
raspopov/rnd
The utility for the creation and verification of files filled with a pseudo-random sequence of bytes.
stdlib-js/random-array-mt19937
Create an array containing pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
stdlib-js/random-base-arcsine
Arcsine distributed pseudorandom numbers.
stdlib-js/random-base-reviver
Revive a JSON-serialized pseudorandom number generator (PRNG).
stdlib-js/random-iter
Standard library pseudorandom number generator iterators.
stdlib-js/random-iter-arcsine
Create an iterator for generating pseudorandom numbers drawn from an arcsine distribution.
stdlib-js/random-iter-bernoulli
Create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.
stdlib-js/random-streams
Standard library pseudorandom number generator streams.
stdlib-js/random-streams-arcsine
Create a readable stream for generating pseudorandom numbers drawn from an arcsine distribution.
stdlib-js/random-streams-bernoulli
Create a readable stream for generating pseudorandom numbers drawn from a Bernoulli distribution.
stdlib-js/random-strided-betaprime
Fill a strided array with pseudorandom numbers drawn from a beta prime distribution.
stdlib-js/random-strided-invgamma
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
xaionaro-go/weightedshuffle
Shuffle slice with weighted position preference