Initializes the random number generator to a fixed state, identical to the initial state in version 1.2 and earlier of Macaulay2. After version 1.2, the random number seed is initially set to a number that depends on the current date, time (in seconds), and process id, except for the running of examples and tests in packages, where it is always initialized to 0.
Description
i1 : setRandomSeed()
i2 : random 2^100
o2 = 278091837517481385900793178228
i3 : setRandomSeed()
i4 : random 2^100
o4 = 278091837517481385900793178228