From: Kbwms AT aol DOT com Message-ID: <4ed1b56c.3611007e@aol.com> Date: Tue, 29 Sep 1998 11:45:02 EDT To: dj AT delorie DOT com Cc: djgpp-workers AT delorie DOT com Mime-Version: 1.0 Subject: Proposed New Random Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Precedence: bulk Dear DJ Delorie, On 09-28-98 at 19:28:52 EST you wrote: > > Random() isn't complicated, but the math is, and it would have to be > re-implemented from algorithms. Anyone got a good description of the > random() algorithm, to post? Then if someone else has time, they can > start on it. > > Of course, a public domain (not gnu or bsd) version of either would be > helpful. > I might be able to make a contribution here. Recently, I completed a paper on combined random number generators, "Quick and Portable Random Number Generators," with Dr. Gerald P. Dwyer, formerly with Clemson University and now at the Atlanta Fed. The supporting random number generator is very well behaved and has a period of about 2^62. This is certainly long enough to outlive the expected life of the universe. Any interest? K.B. Williams