Date: Wed, 5 Nov 1997 11:46:30 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: eblazecka AT bc DOT sympatico DOT ca, djgpp AT delorie DOT com Subject: Re: rand() or random() In-Reply-To: <199711050219.SAA15044@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 4 Nov 1997, Nate Eldredge wrote: > I just wonder why ANSI > programs get punished by having to use the worse generator, while > incompatible BSD-isms are rewarded. This doesn't have to be so. If we have a good free RNG, we could replace `rand'. Writing a good RNG is not a trivial matter, but there's a lot of literature on the subject, including algorithms and public-domain code, out there. It shouldn't take somebody who knows about the subject matter more than a few days of work to come up with a reasonably good version. Any takers?