From 18496a371a2204e8c1b448921a87108f4aa7ada3 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 23 Jan 2021 18:20:05 -0500 Subject: Attempting Zobrist hashing --- include/xorshift64.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 include/xorshift64.c (limited to 'include/xorshift64.c') diff --git a/include/xorshift64.c b/include/xorshift64.c new file mode 100644 index 0000000..04d5cfe --- /dev/null +++ b/include/xorshift64.c @@ -0,0 +1,3 @@ +#include "xorshift64.h" + +uint64_t xors = (uint64_t)0xFEEDCAFEF00DDDDD; -- cgit v1.2.3