wind / random-compat
A compatibility library for the proposed simplified random number generator
dev-master
2015-06-30 02:08 UTC
Requires
- php: >=5.5.9
This package is not auto-updated.
Last update: 2024-11-13 08:49:49 UTC
README
What is this library?
This is a proof-of-concept (and potentially a compatibility library) for a simplified random number generation API to be proposed for PHP core for 5.6.
This library can generate strong random numbers and cryptographically secure random numbers.
Usage
While the API is in flux, refer to test.php
for example usage and the Random class itself under lib
.
composer install
"require": { "wind/random-compat" : "dev-master" }