The RandGenGamma type exposes the following members.

Constructors

  NameDescription
RandGenGammaOverloaded.

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
Generates a random number.
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.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Order
Gets and sets the order, or shape parameter, of the gamma distribution.
Scale
Gest and sets the scale parameter of the gamma distribution.
UniformDeviateMethod
Gets and sets the delegate method for generating uniform deviates between zero and one.
(Inherited from RandomNumberGenerator.)

See Also