Click or drag to resize

FloatRandomExponentialDistributionGenerationMethod Enumeration

Enumeration specifying different methods of random number generation.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum GenerationMethod
Members
Member nameValueDescription
Fast0 Fast mode.
Accurate1,073,741,824 Accurate mode. For applications that are highly demanding of accuracy. The generator will produce numbers lying exactly within definitional domain for all values of distribution parameters.
See Also