template<class TestU01Props>
rngtest::TestU01 class

TestU01 statistical test used polymorphically with rngtest::StatTest.

Constructors, destructors, conversion operators

TestU01(const TestU01Props& props) explicit

Public functions

void npval()
Query and contribute number of results/test, i.e., p-values.
void names()
Query and contribute test name(s)
void run()
Run test then evaluate it.
void time()
Query and contribute test run time measured in seconds.

Function documentation

template<class TestU01Props>
rngtest::TestU01<TestU01Props>::TestU01(const TestU01Props& props) explicit

Parameters
props in TestU01 properties

Constructor