1 #ifndef MTTOOLBOX_REDUCIBLE_GENERATOR_HPP
2 #define MTTOOLBOX_REDUCIBLE_GENERATOR_HPP
56 template<
typename U,
typename V = U>
126 virtual int getMexp()
const = 0;
147 template<
typename U,
typename V = U>
149 const NTL::GF2X& poly) {
152 for (
int i = 0; i <= deg(poly); i++) {
153 if (coeff(poly, i) != 0) {
162 #endif // MTTOOLBOX_REDUCIBLE_GENERATOR_HPP
このクラスはGF(2)線形疑似乱数生成器の均等分布次元を計算するためのクラスである。