

Random Number Generator

     A linear congruential method is used to produce the "random" number table and the numbers
 generated are therefore categorized as psuedo-random numbers. The tables are themselves produced
 in a random fashion and there is an extremely small chance that any table produced can be 
 deliberately regenerated (even by this program).

   These tables are strong and are suitable for most  purposes - however for a 'your life might depend on it'
 situation it is recommended that a method for generating 'true' random numbers be considered. 
'True' random numbers are usually generated some source of entropy other than a digital computer such as
 radioactive decay or atmospheric white noise.

"<EOF>"
      