io-chess
UCI chess engine
Loading...
Searching...
No Matches
polyglot_keys.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3
8
9namespace Polyglot {
16 extern const uint64_t Random64[781];
17}
Definition polyglot_keys.cpp:8
const uint64_t Random64[781]
Array of 781 64-bit random numbers used to compute Polyglot hashes.
Definition polyglot_keys.cpp:10