SeedRandom

WMA link


SeedRandom[n]

resets the pseudorandom generator with seed n.

SeedRandom[]

uses the current date and time as the seed.

SeedRandom can be used to get reproducible random numbers:

String seeds are supported as well:

Calling SeedRandom without arguments will seed the random
number generator to a random state:

$RandomState