void Seed(unsigned int seed)
Set the pseudo random number generator seed to a given value. The OERandom class uses a deterministic linear congruential class of pseudo random number generator (PRNG). Setting the seed to a specific value, causes the sequence of subsequent NextFloat values to be identical on all platforms. This may be useful for testing stochastic algorithms on different architectures/operating systems.