Subject: Re: shuffle v2
To: None <perry@piermont.com>
From: Simon Burge <simonb@telstra.com.au>
List: tech-userlevel
Date: 09/23/1998 12:39:25
On 22 Sep 1998 22:28:22 -0400  "Perry E. Metzger" wrote:

> X	srandom(getpid() ^ ~getuid() ^ (int)time(NULL));

FWIW, I use both seconds and microseconds from a gettimeofday() call
rather than just seconds from time().  Just a little more randomness,
but maybe overkill in this application.

Simon.