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.
Unpredictable number generator.
Report various statistics stemming from a confusion matrix in a tidy fashion.
This is no malware, This is no virus. This is my implementation of the Mrs.Major3 effect
A 32-bit Mersenne Twister pseudorandom number generator.
Uniformly distributed pseudorandom numbers.
A painless convenience wrapper around math/rand and crypto/rand
Another
Binomial distributed pseudorandom numbers.
Create an iterator for generating pseudorandom numbers drawn from a beta prime distribution.
Create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution.
Arcsine distributed pseudorandom numbers.
Log-normally distributed pseudorandom numbers.
Create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
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."