ID: 26381 Updated by: [EMAIL PROTECTED] Reported By: spam at vrana dot cz -Status: Open +Status: Bogus Bug Type: Math related Operating System: Windows XP PHP Version: 4.3.3 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php if you want trully random numbers you MUST call srand before rand(). Previous Comments: ------------------------------------------------------------------------ [2003-11-24 08:21:33] spam at vrana dot cz Description: ------------ Function rand() without setting random seed by srand() returns always the same value. It doesn't work only on Windows PHP-CLI. As Windows Apache module and also on Linux PHP-CLI it works as it should. Reproduce code: --------------- echo rand(); Expected result: ---------------- (random value) Actual result: -------------- 24849 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26381&edit=1