summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-6/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in standardSara Golemon2016-12-301-3/+4
* Preserve BC for rand() AND mt_rand() where min > maxLeigh2016-08-101-0/+24
* Alias rand to mt_randLeigh2016-07-051-84/+3
* Split rand and mt_rand into separate filesLeigh2016-07-051-246/+0
* Merge branch 'PHP-7.0'Leigh2016-02-181-1/+1
|\
| * Revert "Fix #71152: mt_rand() returns the different values from original mt19...Leigh2016-02-181-1/+1
| * Fix #71152: mt_rand() returns the different values from original mt19937ar.ckusano2016-02-171-1/+1
* | Merge branch 'master' into fix-mt_randkusano2016-02-171-10/+10
|\ \
| * | Replace usage of php_int32 and php_uint32 with int32_t and uint32_tRouven Weßling2016-02-041-9/+9
| |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | Fix #71152: mt_rand() returns the different values from original mt19937ar.ckusano2015-12-181-1/+1
|/ /
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+18
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 3Anatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-20/+20
* | further fixes to ext/standard and zendAnatol Belski2014-08-161-17/+17
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-4/+4
|/
* Fix a compiler warning in php_rand.hRouven Weßling2014-04-201-1/+0
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53403 (use of unitialized values). Fixes the fix for bug #46587.Gustavo André dos Santos Lopes2010-11-251-7/+8
* - Fixed compile warningsFelipe Pena2010-11-231-1/+1
* Fixed bug #46587 (mt_rand() does not check that max is greater than min).Ilia Alshanetsky2010-11-231-0/+5
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* MFH: Fix bug #46209 - Remove license condition that is no longer required.Scott MacVicar2008-10-011-8/+0
* MFH: New way for check void parametersFelipe Pena2008-03-101-4/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Faster and better licensed implementationDmitry Stogov2006-11-101-139/+121
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* removing the unwanted inclusion of headersAnantha Kesari H Y2004-09-251-4/+0
* - Moved php_srand() call into php_rand().foobar2004-01-191-4/+4