History log of /PHP-5.3/ext/standard/rand.c (Results 26 – 50 of 85)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3
# 338332c7 06-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications


Revision tags: php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0
# 5f3a9ebf 09-Jun-2002 Andrei Zmievski

Make RAND_RANGE() an API macro.


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 3a50a032 07-Oct-2001 Sterling Hughes

@ Have rand() and mt_rand() seed automatically if srand() or mt_srand() has
@ not been called. (Sterling)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS
# 80924608 18-Sep-2001 Sterling Hughes

hopefully fix win32 compile warnings

# I really wish i had a box to compile php with win32 on


# 97fea093 16-Sep-2001 Sterling Hughes

Make rand thread safe when ZTS is defined.


# 96763e83 16-Sep-2001 Sterling Hughes

Hopefully fix compile warnings on win32 systems


# 47f3851a 16-Sep-2001 Sterling Hughes

for the daft folks that think 0 is a good seed.


# 373fc12b 16-Sep-2001 Sterling Hughes

@ Make the seed options to srand() and mt_srand() optional, if the seed is
@ not specified, the generate the most random seed possible. (Sterling)

Please, if anyone has any comments on t

@ Make the seed options to srand() and mt_srand() optional, if the seed is
@ not specified, the generate the most random seed possible. (Sterling)

Please, if anyone has any comments on the way I generate this seed, speak up!
This seems to be the most "random" seed I could come up with...

This commit is 100% backwards compatible :)

Add myself to the authors list cause of recent work on the file

show more ...


# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


# 6963ac40 09-Sep-2001 Sterling Hughes

export the mt rand functions...


Revision tags: php-4.0.7RC2
# 33fc6e2d 06-Sep-2001 Sterling Hughes

add missing )


# 8a156d9a 06-Sep-2001 Sterling Hughes

fix ms compile warnings


# 903c831b 06-Sep-2001 Sterling Hughes

spaces -> tabs work cont.


# a4c905ff 06-Sep-2001 Sterling Hughes

ws fix


# a1b11f07 05-Sep-2001 Sterling Hughes

Fix ts build

# I've gotta start compiling --enable-experimental-zts... anyway we can make
# this the default when compiling from cvs? It'll help a large portion of
# compile issues

Fix ts build

# I've gotta start compiling --enable-experimental-zts... anyway we can make
# this the default when compiling from cvs? It'll help a large portion of
# compile issues with patches

show more ...


# e121eaae 05-Sep-2001 Sterling Hughes

Straight out da bronx, I be using zend_parse_parameters()

# Word out to my peeps on Connor st.


# 5ec58914 05-Sep-2001 Sterling Hughes

stray tabs and spaces


# f0c56317 05-Sep-2001 Sterling Hughes

change range macro semantics

# Kinda torn between the two, thoughts?


# d930a72c 05-Sep-2001 Sterling Hughes

remove inline


# 1b0f00d6 05-Sep-2001 Sterling Hughes

a bit of api cleanup... move range stuff into a macro (properly :)


# 42b5521a 05-Sep-2001 foobar

revert bad commit.


# 9b888641 04-Sep-2001 Daniel Beulshausen

fix zts+win32 build


# 383691ee 03-Sep-2001 Derick Rethans

- Fix broken build
#- Please test before commit!


1234