Click or drag to resize

RandGenExponential Constructor

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenExponential()
See Also