SeedRandom
SeedRandom[seed]
seeds the internal random number generator with a given integer seed
.
Attributes[SeedRandom] := {Protected}
Details
SeedRandom[UnixTime[]]
is called automatically upon initialization of Expreduce, so random number sequences will not repeat over subsequent sessions.