Date: Thu, 5 Jun 1997 11:14:51 +0300 (IDT) From: Eli Zaretskii To: George Foot cc: djgpp AT delorie DOT com Subject: Re: Random numbers/George In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 4 Jun 1997, George Foot wrote: > But isn't random() in libc too? Surely that algorithm must be free as > well... So what do you suggest, that instead of having two random generators libc should have only one? As it happens, we have `random' and `rand' which are different. `rand' is simpler (thus faster), but has fewer features.