From 6b48baaf6b67cc7364d5945eb6d9b25ea9683bd9 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Tue, 26 Jan 2021 22:39:28 -0500 Subject: Somehting along these lines, i'm tired --- include/zobrist.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 include/zobrist.h (limited to 'include/zobrist.h') diff --git a/include/zobrist.h b/include/zobrist.h new file mode 100644 index 0000000..4e760ca --- /dev/null +++ b/include/zobrist.h @@ -0,0 +1,15 @@ +#include +#include +#include + +void +zobrist_free(void); + +int +zobrist_init(void); + +uint64_t +zobrist_compute(void); + +uint64_t +zobrist_apply(const action_t action, uint64_t hash); -- cgit v1.3.1