1 2 3 4 5 6 7 8 9 10 11 12
#include <xorshift64.h> #include <tak.h> #include <actions.h> void zobrist_free(void); int zobrist_init(void); uint64_t zobrist_compute(void);