Hi there,

I am wondering if it is possible that this function tends to be more often
1. I do get 8 of 10 times 1.

  srand((double)microtime()*1000000);
  if (rand(0,1) == 1){
    code...

it looks ok to me.

Thanx for any help,

Andy



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

Reply via email to