++1, would you care to make it so :-? ----- Original Message ----- From: "Aaron Bannert" <[EMAIL PROTECTED]> To: "William A. Rowe, Jr." <[EMAIL PROTECTED]> Cc: <dev@apr.apache.org> Sent: Monday, February 11, 2002 7:44 PM Subject: Re: cvs commit: apr/file_io/unix mktemp.c
> On Mon, Feb 11, 2002 at 07:34:14PM -0600, William Rowe wrote: > > A question for the list - are we really working in microsecond resolutions? > > (Win32 is to the nearest 10 microseconds, I'm guessing others aren't that > > precise.) If so, what would you choose as a divisor, since we could > > certainly > > pick a better divisor than USEC_PER_SEC for randomness. > > How about XOR-ing the lower and upper 32 bits? > > -aaron >