Click or drag to resize

RandomGenerator Constructor

Overload List
  NameDescription
Public methodRandomGenerator
Initializes a new instance of the RandomGenerator, using random seed value. By default the SIMD-oriented fast Mersenne-Twister pseudorandom number generator will be used.
Public methodRandomGenerator(Int32)
Initializes a new instance of the RandomGenerator, using the specified seed value.
Public methodRandomGenerator(RandomGeneratorType)
Initializes a new instance of the RandomGenerator, using the specified generator type.
Public methodRandomGenerator(Int32, RandomGeneratorType)
Initializes a new instance of the RandomGenerator, using the specified seed value and generator type.
Public methodRandomGenerator(SerializationInfo, StreamingContext)
The object deserialization constructor.
Top
See Also