Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
-
Updated
Jan 25, 2023 - PHP
Extends php BCMath lib for missing functions like floor, ceil, round, abs, min, max, rand for big numbers. Also wraps existing BCMath functions.
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.
🌪 Mersenne Twister implementation backed by rand_core
Report various statistics stemming from a confusion matrix in a tidy fashion. 🎯
Unpredictable number generator.
A 32-bit Mersenne Twister pseudorandom number generator.
Fast and thread-safe random data generator package written in Go
Uniformly distributed pseudorandom numbers.
This is no malware, This is no virus. This is my implementation of the Mrs.Major3 effect
Binomial distributed pseudorandom numbers.
A linear congruential pseudorandom number generator (LCG) based on Park and Miller.
A Rust library for generating high-quality random numbers based on the Mersenne Twister algorithm 🦀
Create an iterator for generating pseudorandom numbers drawn from a chi-square distribution.
Standard library generic random functions.
Another 🔢 Random Number Generator
Add a description, image, and links to the rand topic page so that developers can more easily learn about it.
To associate your repository with the rand topic, visit your repo's landing page and select "manage topics."