summaryrefslogtreecommitdiff
path: root/ext/standard/mt_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Use new param API in standardSara Golemon2016-12-301-5/+9
* Preserve BC for rand() AND mt_rand() where min > maxLeigh2016-08-101-11/+21
* Swap min/max if min > maxLeigh2016-08-081-0/+1
* Allow min > max for mt_rand(). Bug #72784Leigh2016-08-081-1/+0
* mt_rand 32/64-bit consistencyLeigh2016-08-061-1/+8
* Minor revert of be3640150cb2f88d38a8d405b2bf708f04be39efRemi Collet2016-08-031-0/+4
* Fix legacy mode RAND_RANGE and 32/64-bit consistencyLeigh2016-07-161-9/+13
* Make mode selection part of mt_srand()Leigh2016-07-071-20/+10
* Fix RAND_RANGE for mt_randLeigh2016-07-051-48/+54
* Fix mt_rand impl. Provide legacy impl. access.Leigh2016-07-051-6/+43
* Split rand and mt_rand into separate filesLeigh2016-07-051-0/+278