The RNG_MT19937 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Next |
updates the state and returns the next 32-bit unsigned integer random number
| |
Run | ||
Run(UInt32) |
returns a random integer sampled uniformly from [0, N).
| |
Seed | ||
ToString | (Inherited from Object.) | |
Uniform(Double, Double) |
returns uniformly distributed double-precision floating-point random number from [a,b) range
| |
Uniform(Int32, Int32) |
returns uniformly distributed integer random number from [a,b) range
| |
Uniform(Single, Single) |
returns uniformly distributed floating-point random number from [a,b) range
|
See Also