Re: [PHP] Problem with microtime()

2001-08-31 Thread Rosen
Hi, The problem is, thath I want to generate random number between 1 and 1 How can I do it ? Thanks, Rosen "Lawrence Sheed" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED] ... > > You are casting microtimes results as an integer value. It isn't an integer >

Re: [PHP] Problem with microtime()

2001-08-31 Thread Andrey Hristov
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 31, 2001 10:42 AM Subject: RE: [PHP] Problem with microtime() > > You are casting microtimes results as an integer value. It isn't an integer > valu

RE: [PHP] Problem with microtime()

2001-08-31 Thread Lawrence . Sheed
You are casting microtimes results as an integer value. It isn't an integer value, hence the 0. >From the manual It returns the string the string "msec sec" where sec is the current time measured in the number of seconds since the Unix Epoch (0:00:00 January 1, 1970 GMT), and msec is the mic