Click or drag to resize

FloatRandomGammaDistribution Class

Class FloatRandomGammaDistribution generates random numbers from a gamma distribution.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreFloatRandomGammaDistribution

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public class FloatRandomGammaDistribution : IRandomNumberDistribution<float>, 
	ICloneable

The FloatRandomGammaDistribution type exposes the following members.

Constructors
 NameDescription
Public methodFloatRandomGammaDistribution Constructs a random number generator for a gamma distribution using default shape of 1.0, displacement of 0.0, and scale of 1.0.
Public methodFloatRandomGammaDistribution(Single, Single, Single) Constructs a random number generator for a gamma distribution using the specified distribution parameters.
Public methodFloatRandomGammaDistribution(Single, Single, Single, FloatRandomGammaDistributionGenerationMethod) Constructs a random number generator for a gamma distribution using the specified distribution parameters.
Top
Properties
 NameDescription
Public propertyDisplacement Gets the displacement.
Public propertyMethod Gets the generation method.
Public propertyScale Gets the scale.
Public propertyShape Gets the shape.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of this random number generator.
Public methodFill(RandomNumberStream, FloatVector, Int32, Int32) Uses the given random number stream to fill the given vector of floats with random values.
Public methodFill(RandomNumberStream, Single, Int32, Int32) Uses the given random number stream to fill the given array of integers with random values.
Top
See Also