History log of /PHP-7.4/ext/standard/mt_rand.c (Results 26 – 32 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5bf39267 06-Aug-2016 Leigh

mt_rand 32/64-bit consistency


Revision tags: php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1
# f9ce8aa7 03-Aug-2016 Remi Collet

Minor revert of be3640150cb2f88d38a8d405b2bf708f04be39ef

On 32bits this may cause php to hangs forever.


Revision tags: php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# 027375d4 16-Jul-2016 Leigh

Fix legacy mode RAND_RANGE and 32/64-bit consistency


# 69e7d8dc 07-Jul-2016 Leigh

Make mode selection part of mt_srand()

The mode of operation is intrinsically linked to seeding, so this makes a lot of sense


Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# 1f5cfea0 05-Jul-2016 Leigh

Fix RAND_RANGE for mt_rand


# 7981a294 05-Jul-2016 Leigh

Fix mt_rand impl. Provide legacy impl. access.


# eba6e7ce 05-Jul-2016 Leigh

Split rand and mt_rand into separate files


12