Click or drag to resize
StdRandomSeed Property
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: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static int Seed { get; set; }

Property Value

Type: Int32
See Also