file
StatTest.hppRandom number generator statistical test.
Contents
- Reference
This file defines a generic random number generator statistical test class. The class uses runtime polymorphism without client-side inheritance: inheritance is confined to the internals of the class, invisible to client-code. The class exclusively deals with ownership enabling client-side value semantics. Credit goes to Sean Parent at Adobe: https:/
Namespaces
- namespace rngtest
- RNGTest declarations and definitions.
Classes
- class rngtest::StatTest
- Random number generator statistical test.