srand(0) # Known seed[rand(100),rand(100)] # => [44,47]: pseudorandom sequencesrand(0) # Reset the seed to repeat the sequence[rand(100),rand(100)] # => [44,47]