Date: Thu, 21 Aug 1997 01:50:03 -0400 (EDT) From: Jude DaShiell Sender: jdashiel AT eagle1 DOT eaglenet DOT com To: Zampelli Stiphane Cc: djgpp AT delorie DOT com Subject: Re: Random numbers... In-Reply-To: <01bcaa71$4c08c200$0d5e4ec2@xyy> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk The best anyone can do with a computer is pseudorandom numbers filtered recursively with a chosen distribution. As was written earlier, the uniform distribution is favored by alot of programmers. So what I'd like to know is if the algorithm or actual code for such filtering is on the net such that an ansi C compiler or a fortran compiler can turn it into a working program. //eoj jude While anyone can write anything on the internet; noone has the ability nor the right to compel anyone else to read their writing.