In-Reply-To: <[email protected]>; from "Darren Reed" at Dec 16, 92 2:30 am
> gettimeofday(&tv, NULL);
> rand = tv.tv_usec + tv.tv_sec;
Someone trying to break your code could find out approximately when
the number was generated, then they would have a much smaller search
space to try.