RandomTests Enumeration
|
|

|
|
|
Enumeration
Description
| |
|
|
| |
|
RandomTests enumeration indicates which random tests are implemented in the RandomTest Namespace.
RandomTests is implemented as:
enum RandomTests {
Frequency,
BlockFrequency,
Runs,
LongestRunOfOnes,
CumulativeSumForward,
CumulativeSumReverse,
Rank,
OverlappingTemplateMatchings,
Universal,
ApproximateEntropy,
Serial,
DiscreteFourierTransform,
LinearComplexity,
NumberOfTests, // Indication of the number of random tests
NotDefined,
};
|
You can check the page Used Symbols for an explanation of the symbols near the information.
|
|
|