set Factory Seed
Sets the initial seed to the six integers in the vector seed0..5. This will be the seed (initial state) of the first stream. By default, this seed is (12345, 12345, 12345, 12345, 12345, 12345).
If it is called, the first 3 values of the seed must all be less than m1 = 4294967087, and not all 0; and the last 3 values must all be less than m2 = 4294944443, and not all 0. Throws illegal argument exception for invalid seeds.
Parameters
seed
the seeds