Date: Sun, 31 Aug 1997 10:00:06 -0700 (PDT) Message-Id: <199708311700.KAA19618@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Random numbers... Precedence: bulk At 04:22 8/27/1997 GMT, Amit Barak wrote: > >that's b/c srand() changes the seed for rand() but not for random() ... >there is some other function to change the 'random()' seed, >can't recall now ;-( It's called `srandom', oddly enough... :) Btw, `srand' doesn't seem to be mentioned in the libc docs. Is this a docs bug? Nate Eldredge eldredge AT ap DOT net