Functions > Statistics > Probability Distributions > Seed
  
Seed
Seed(x)—Resets the value of the random number generator seed to x, and returns the previous value.
Each seed value selects a unique sequence of uniformly distributed quasi-random numbers.
When Seed is called after a random number generator function, its return value is the subsequent value of the seed used to calculate the next number in the sequence.
Arguments
x is a dimensionless integer between 1 and 2147483647.