Click or drag to resize

RandGenGamma(Double, Double) Constructor

Constructs a random number generator using class RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow a gamma distribution with the specified order and scale parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenGamma(
	double order,
	double scale
)

Parameters

order  Double
The order, or shape parameter, of the distribution.
scale  Double
Scale.
See Also