This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-math 2.7.0
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #16 updates
Zend\Math\Rand
to use PHP 7'srandom_bytes()
andrandom_int()
or mcrypt
when detected, and fallback toircmaxell/RandomLib
otherwise, instead of using
openssl. This provides more cryptographically secure pseudo-random generation.