The RandGenTriangular type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this random number generator.
(Overrides RandomNumberGenerator..::.Clone()()().) | |
| Equals | (Inherited from Object.) | |
| Fill | Overloaded. | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Next |
Gets the next random deviate.
| |
| NextDouble |
Generates a double precision random number.
(Overrides RandomNumberGenerator..::.NextDouble()()().) | |
| NextDoubleComplex |
Method for generating a double precision complex number random deviate.
(Overrides RandomNumberGenerator..::.NextDoubleComplex()()().) | |
| NextFloat |
Method for generating a single precision random deviate.
(Inherited from RandomNumberGenerator.) | |
| NextFloatComplex |
Method for generating a single precision complex number random deviate.
(Inherited from RandomNumberGenerator.) | |
| Reset | Overloaded. | |
| SetParameters |
Sets the lower bound, upper bound, and mode for the distribution.
| |
| ToString | (Inherited from Object.) |