This example shows how to repeat arrays of random numbers by specifying the seed first. Every time you initialize the generator using the same seed, you always get the same result.
First, initialize the random number generator to make the results in this example repeatable.