summaryrefslogtreecommitdiff
path: root/ext/standard/php_rand.h
Commit message (Collapse)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Make RAND_RANGE() an API macro.Andrei Zmievski2002-06-091-0/+3
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Make rand thread safe when ZTS is defined.Sterling Hughes2001-09-161-23/+4
|
* export the mt rand functions...Sterling Hughes2001-09-091-0/+8
|
* revert bad commit.foobar2001-09-051-86/+31
|
* fix zts+win32 buildDaniel Beulshausen2001-09-041-5/+5
|
* - Fix broken buildDerick Rethans2001-09-031-1/+1
| | | | | #- Please test before commit!
* Removed outdated comment until I've got a better oneJeroen van Wolffelaar2001-09-031-19/+0
|
* Kill some warnings/errors (reported by Sebastian, more to come, butJeroen van Wolffelaar2001-09-031-1/+6
| | | | | could take some time. Update of ZTS-builderrors is welcome)
* Merge RAND_REDESIGN into MAINJeroen van Wolffelaar2001-09-031-31/+100
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Adding php_rand() and php_srand(seed) as a wrapper around random, lrand48 ↵James Moore2001-02-221-0/+22
| | | | and rand.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* - In Windows RAND_MAX is defined in stdlib.hAndi Gutmans2000-04-221-0/+2
| | | | | - Get rid of comment which is confusing.
* 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
| | | | | you start counting at 0 or 1).
* Move random functions related defines into its own header file.Andrei Zmievski1999-10-061-0/+37