Enumeration specifying different methods of random number generation.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum GenerationMethod |
| Visual Basic (Declaration) |
|---|
Public Enumeration GenerationMethod |
| Visual C++ |
|---|
public enum class GenerationMethod |
Members
| Member name | Description | |
|---|---|---|
| PTPE |
For Lambda >= 27, uses decomposition into four regions (2 parallelograms, triangle, left expontential tail, and
right exponetial tail); otherwise, table lookup.
| |
| POISNORM |
For Lambda >= 1, uses Poisson inverse CDF approximation by Gaussian inverse CDF; otherwise, table lookup.
|