RandomGenerator Constructor |
Name | Description | |
---|---|---|
RandomGenerator |
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.
| |
RandomGenerator(Int32) |
Initializes a new instance of the RandomGenerator, using
the specified seed value.
| |
RandomGenerator(RandomGeneratorType) |
Initializes a new instance of the RandomGenerator, using
the specified generator type.
| |
RandomGenerator(Int32, RandomGeneratorType) |
Initializes a new instance of the RandomGenerator, using
the specified seed value and generator type.
| |
RandomGenerator(SerializationInfo, StreamingContext) |
The object deserialization constructor.
|