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 | |
|---|---|---|
| Fast |
Fast mode.
| |
| Accurate |
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.
|