MTToolBox
0.2.10
|
#include <stdint.h>
#include <inttypes.h>
#include <NTL/GF2X.h>
#include <MTToolBox/EquidistributionCalculatable.hpp>
Go to the source code of this file.
Data Structures | |
class | MTToolBox::ReducibleGenerator< U, V > |
This class is an Abstract class for reducible generator. More... | |
Namespaces | |
MTToolBox | |
name space for MTToolBox | |
Functions | |
template<typename U , typename V = U> | |
void | MTToolBox::annihilate (EquidistributionCalculatable< U, V > *rg, const NTL::GF2X &poly) |
Annihilate internal state of generator by given polynomial. More... | |