Contains 100 seeds that will give non-overlapping streams of length 100,000
when used with the implementation of RandomNumer, Congruential.
The seeds can be used to produce the 100 streams with any
Prime Modulus Multiplicative Linear Congruential Generator with
a Modulus of 2147483647 (2^31-1) and a multiplier of 630360016.
Note: The first seed is at index 1 of the array not 0.
From Law and Kelton, Simulation and Modeling Analysis, 1991
McGraw-Hill.