rngtest::deck namespace

RNGTest input deck facilitating user input for testing RNGs.

Contents

Classes

struct rngs
Match the inside of rngs ... end block.
struct battery
Match all batteries.
struct keywords
All keywords.
struct read_file
Grammar entry point: parse keywords and ignores until eof.

Typedefs

template<typename keyword>
using use = tk::grm::use<keyword, ctr::InputDeck::keywords>
Specialization of tk::grm::use for RNGTest's control file parser.