summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
Commit message (Expand)AuthorAgeFilesLines
* Fix erronous out of bounds error message in rand(min,max)Fredrik Öhrn2001-03-201-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 and...James Moore2001-02-221-18/+4
* - Fix for bug 9277, two the same boundaries make sense in some casesDerick Rethans2001-02-191-1/+1
* For those lucky systems with both random() and *rand48(), the random()Jim Jagielski2001-02-061-6/+6
* @Set default include_path so PEAR files can be reached (Stig)Stig Bakken2000-07-181-9/+9
* Rename phpmath.h to php_math.h.Sascha Schumann2000-06-131-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-4/+4
* in [mt_]rand(): (see BUG #3353)Hartmut Holzgraefe2000-05-221-3/+7
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Get rid of newly introduced warningZeev Suraski2000-04-241-1/+1
* - In Windows RAND_MAX is defined in stdlib.hAndi Gutmans2000-04-221-1/+0
* - Hopefully fix mt_rand() functions under Windows. This patch will effectAndi Gutmans2000-04-221-2/+5
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - Change uint32 to php_uint32 (PostgreSQL defines uint32, and perhaps other p...Zeev Suraski1999-12-261-7/+7
* - The tree compiles againZeev Suraski1999-12-181-4/+4
* More php3_ annihilationZeev Suraski1999-12-181-2/+2
* Make rand.c thread-safe.Sascha Schumann1999-12-131-23/+21
* Move random functions related defines into its own header file.Andrei Zmievski1999-10-061-12/+1
* New Zend APISascha Schumann1999-09-251-26/+27
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-2/+2
* Bring rand.c up to dateRasmus Lerdorf1999-07-241-4/+46
* License updateZeev Suraski1999-07-161-21/+10
* conv_proto *.[ch]Sascha Schumann1999-05-161-6/+6
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-0/+343