I'm using the latest php and the rand() function isn't working properly when
giving it any min and max arguments.
It does work without anything between the () but if I put a min and max,
then only the min value always gets chosen.

Is that a bug? Is that new?

I'm not using an old php version, and it makes no difference to seed or not.
I've switched to mt_rand() and it seems to work fine with min/max so far..

-- 
Didier Godefroy
mailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to