library random-compat
A compatibility library for the proposed simplified random number generator
wind/random-compat
A compatibility library for the proposed simplified random number generator
- Tuesday, June 30, 2015
- by wind930
- Repository
- 1 Watchers
- 0 Stars
- 58 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 8 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Random Compat
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., (*1)
This library can generate strong random numbers and cryptographically secure random numbers., (*2)
Usage
While the API is in flux, refer to test.php
for example usage and the Random class itself under lib
., (*3)
composer install
"require": {
"wind/random-compat" : "dev-master"
}