ID: 27355
Comment by: cjbj at hotmail dot com
Reported By: chrisrogers at planetunreal dot com
Status: Open
Bug Type: Math related
Operating System: Windows
PHP Version: 4.3.4
New Comment:
May be related to bug 27052 which I reproduced (with the same pattern
too).
Previous Comments:
------------------------------------------------------------------------
[2004-02-22 15:25:20] chrisrogers at planetunreal dot com
Description:
------------
The rand() function under Windows XP Pro and possibly other Windows OSs
generates numbers in a strict even-odd-even-odd pattern. The pattern
doesn't occur on *nix OSs
Reproduce code:
---------------
<?php
for (i = 0; i < 100; i++)
echo rand()."<br />\n";
?>
Expected result:
----------------
expected numbers with no noticable pattern
Actual result:
--------------
numbers were in an even-odd-even-odd pattern
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27355&edit=1