summaryrefslogtreecommitdiff
path: root/ext/standard/mt_rand.c
Commit message (Expand)AuthorAgeFilesLines
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* Trim trailing whitespace in source code filesPeter Kokot2018-10-131-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2018-03-271-2/+2
|\
| * Fixed #75996: Add the right urls to the header of mt_rand.TATAR Balazs Janos2018-03-271-2/+2
| * year++Xinchen Hui2018-01-021-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-281-2/+2
|\ \ | |/
| * better fix for #75514Remi Collet2017-11-281-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-11-131-2/+2
|\ \ | |/
| * Fixed bug #75514 mt_rand returns value outside [$min,$max]+ on 32-bitRemi Collet2017-11-131-2/+2
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fixed bug #75170Nikita Popov2017-09-071-29/+60
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | 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