The RNG type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Fill | ||
Finalize | (Inherited from Object.) | |
Gaussian |
returns Gaussian random variate with mean zero.
| |
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).
| |
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