The seed of the pseudorandom number generator.
Using the same seed enables you to produce the same sequence of "random"
number for each execution of the program.
Ordinarily, you should set the seed at most once per program.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int Seed { get; set; }
Property Value
Type:
Int32
See Also