On Thu, Aug 02, 2001 at 04:10:26PM -0700, Roy Fielding wrote:
> > Added pre/post delays, as well as a precision amount for each.
> > All times are in seconds. The actual delays is calculated as:
> > actual_delay + (precision * e)
> > (where e is a number in [-1,1]). I'm using rand() to g
> Added pre/post delays, as well as a precision amount for each.
> All times are in seconds. The actual delays is calculated as:
> actual_delay + (precision * e)
> (where e is a number in [-1,1]). I'm using rand() to generate
> the 'e' factor, and as this is not threadsafe on some
>