The RandGenTriangular type exposes the following members.

Constructors

  NameDescription
RandGenTriangularOverloaded.

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.)

Properties

  NameDescription
LowerBound
Gets the lower bound for the distribution.
Mode
Gets the mode for the distribution.
UniformDeviateMethod
Gets and sets the delegate method for generating uniform deviates between zero and one.
(Inherited from RandomNumberGenerator.)
UpperBound
Gets the upper bound for the distribution.

See Also