random_compat v1.0.2 Release Notes

Release Date: 2015-09-23 // over 8 years ago
  • Less strict input validation on random_int() parameters. PHP 7's random_int() accepts strings and floats that look like numbers, so we should too.

    Thanks @dd32 for correcting this oversight.