aboutsummaryrefslogtreecommitdiff
path: root/include/zobrist.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-28 13:54:10 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit6e6cdc4d9f0d7e4afdda67c97e7d7f13959e6134 (patch)
tree15322705ce1dd73c1eb863678360a0e403490337 /include/zobrist.h
parent55b45cc666c2ef883efe3831b96ac40623622582 (diff)
parent1be9fac33c8227564079356c63840d227c88725f (diff)
Merge branch 'zobrist'
Diffstat (limited to 'include/zobrist.h')
-rw-r--r--include/zobrist.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/zobrist.h b/include/zobrist.h
new file mode 100644
index 0000000..cfc2941
--- /dev/null
+++ b/include/zobrist.h
@@ -0,0 +1,12 @@
+#include <xorshift64.h>
+#include <tak.h>
+#include <actions.h>
+
+void
+zobrist_free(void);
+
+int
+zobrist_init(void);
+
+uint64_t
+zobrist_compute(void);