Download the PHP package superdupercybertechno/randy without Composer
On this page you can find all versions of the php package superdupercybertechno/randy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download superdupercybertechno/randy
More information about superdupercybertechno/randy
Files in superdupercybertechno/randy
Download superdupercybertechno/randy
More information about superdupercybertechno/randy
Files in superdupercybertechno/randy
Vendor superdupercybertechno
Package randy
Short Description The Mersenne Twister in PHP - A seedable pseudorandom number generator
License MIT
Package randy
Short Description The Mersenne Twister in PHP - A seedable pseudorandom number generator
License MIT
Please rate this library. Is it a good library?
Informations about the package randy
randy
The Mersenne Twister in PHP - A seedable pseudorandom number generator
Based on this.
Install it using composer:
To use it, add the following to your file:
When you need it, simply invoke it and request numbers.
Where $seed
is a string of your choosing. If you leave out $seed
, Randy will seed itself with a random number.
Each time you run the method num
you will receive a new number within the limits passed (0
and 100
in the above example). Using the same seed will produce a predictable batch of numbers.
All versions of randy with dependencies
PHP Build Version
Package Version
No informations.
The package superdupercybertechno/randy contains the following files
Loading the files please wait ....