Enumeration specifying different methods of random number generation.
Namespace: CenterSpace.NMath.CoreAssembly: NMathPremium (in NMathPremium.dll) Version: 5.3.0.0
Syntax
| C# |
|---|
public enum GenerationMethod |
| Visual Basic |
|---|
Public Enumeration GenerationMethod |
| Visual C++ |
|---|
public enum class GenerationMethod |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Fast | 0 | Fast mode. | |
| Accurate | 1073741824 | 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. |