Date: Wed, 18 Nov 1998 09:06:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp-workers AT delorie DOT com Subject: Re: src/libc/ansi/stdlib/rand.c In-Reply-To: <36524189.C36ECCCF@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com On Tue, 17 Nov 1998, Nate Eldredge wrote: > I agree that any > reasonable person would explicitly seed the RNG to get deterministic > results, but since when are standard writers reasonable? :-\ That depends on your definition of ``reasonable'' ;-). AFAIK, the pseudo-random generators were working like that since time immemoriam, and many people who write and use programs that need random sequences (not only in C) are quite familiar with, and used to, this behavior.