RandomTestErrors Enumeration
|
|

|
|
|
Enumeration
Description
| |
|
|
| |
|
RandomTestErrors enumeration, indicates which kind of errors can be returned by random tests implemented in the RandomTest Namespace.
RandomTestErrors is implemented as:
enum RandomTestErrors {
NoError,
MultipleErrors,
InsufficientMemory,
PValueOutOfRange,
InsufficientNumberOfBits,
EstimationCriteriaNotMet,
ResultsInaccurate,
LOrQOutOfRange,
MathematicianNAN,
LongRunsCaseError,
MathematicalFunctionsError
};
|
You can check the page Used Symbols for an explanation of the symbols near the information.
|
|
|