Click or drag to resize

RandGenGamma(Double, Int32) 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. The scale parameter defaults to 1.

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

Parameters

order  Double
The order, or shape parameter, of the gamma distribution.
seed  Int32
Random number seed.
See Also