1 #ifndef MTTOOLBOX_ALGORITHM_RECURSION_SEARCH_HPP
2 #define MTTOOLBOX_ALGORITHM_RECURSION_SEARCH_HPP
32 #include <NTL/GF2XFactoring.h>
73 template<
typename U,
typename V = U>
177 long size = rand->bitSize();
179 for (
int i = 0; i < try_count; i++) {
180 rand->setUpParam(*baseGenerator);
181 rand->seed(getOne<U>());
185 if (degree != size) {
187 cout <<
"degree:" << degree << endl;
213 return rand->getParamString();
262 #endif // MTTOOLBOX_ALGORITHM_RECURSION_SEARCH_HPP
このクラスは状態遷移パラメータ探索を行えるGF(2)線形疑似乱数生 成器のクラスである。 ...