arguments: n:int >> .
Set the random number generator seed to the given number. The seed is initially set to zero. The random generator currently used is the 'minimal' random generator of Park and Miller, described in the book 'Numerical recipes in C'. Currently only the low 32 bits of 'n' are used for the seed.