The RandGenTriangular type exposes the following members.

Methods

  NameDescription
Clone
Creates a deep copy of this random number generator.
(Overrides RandomNumberGenerator..::.Clone()()().)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FillOverloaded.
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.)
ResetOverloaded.
SetParameters
Sets the lower bound, upper bound, and mode for the distribution.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also