Click or drag to resize

RandGenExponential(Double, Int32) Constructor

Constructs a random number generator using a seeded RandGenMTwist as the underlying uniform random number generator. Generated random numbers will follow an exponential distribution with the specified lambda.

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

Parameters

lambda  Double
The lambda of the exponential distribution.
seed  Int32
Random number seed.
See Also