Computer Chess Club Archives


Search

Terms

Messages

Subject: 64-Bit random numbers -- why worry about the RNG?

Author: Randall Shane

Date: 14:24:02 10/30/03

Go up one level in this thread


On October 30, 2003 at 10:59:59, Robert Hyatt wrote:
<snippage>
> You only need a
>total of 768 RNG's.

Here's what is probably a bad idea, but...

If one only needs a total of 768 random numbers, why have a random number
generator in the program at all?  Generate them once.  Use them as an
appropriately defined array of constants in the program.

I can see many programs sharing the same set of numbers, for instance.
Could help toward being able to share both book and learning files (if hash
signatures are used to store the data) between different programs.




This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.