2017 © Pedro Peláez
 

library random-compat

A compatibility library for the proposed simplified random number generator

image

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

The README.md

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"
}

The Versions

30/06 2015

dev-master

9999999-dev https://github.com/ircmaxell/random_compat

A compatibility library for the proposed simplified random number generator

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

random