Click or drag to resize
StdRandom Properties

The StdRandom type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberSeed
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.
Top
See Also