Xiangiqgame
AI engine for Xiangqi
|
Declaration of boardstate::KeyGenerator and implementation of its template methods. More...
#include <bitset>
#include <iomanip>
#include <iostream>
#include <random>
#include <sstream>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | boardstate::PseudoRandomKeyGenerator< IntType > |
Generates pseudorandom integers. More... | |
class | boardstate::RandomKeyGenerator< IntType > |
Generates random integers (not pseudorandom) using std::random_device. More... | |
Namespaces | |
namespace | boardstate |
Calculate / manage board state and associate Minimax results. | |
Functions | |
template<typename IntType > | |
std::string | boardstate::IntToHexString (IntType num) |
template<typename IntType > | |
void | boardstate::PrintHex (IntType num) |
Declaration of boardstate::KeyGenerator and implementation of its template methods.
Definition in file key_generator.hpp.