History log of /PHP-7.4/ext/standard/rand.c (Results 76 – 100 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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!


# efb83df9 03-Sep-2001 Jeroen van Wolffelaar

Kill some warnings/errors (reported by Sebastian, more to come, but
could take some time. Update of ZTS-builderrors is welcome)


# 72c7ae08 03-Sep-2001 Jeroen van Wolffelaar

Fix SIGSEGV because HAS_SRAND didn't check wether the entry existed at
all


# 92f1248a 03-Sep-2001 Jeroen van Wolffelaar

Update credits


# f7306ce0 03-Sep-2001 Jeroen van Wolffelaar

Merge RAND_REDESIGN into MAIN


Revision tags: php-4.0.7RC1
# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


Revision tags: BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


123456