aboutsummaryrefslogtreecommitdiff
path: root/include/zobrist.h
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-28 12:01:42 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitb5b337d4044a8e64956b8a2309739353f9ce339e (patch)
tree44c23ad0509357ae5525aa51db37bdc2709ea645 /include/zobrist.h
parent8f15c1131342376ab3de2c6ce50d1ca5f20ec32a (diff)
It would appear that any function call whatsoever is slower :/
For now we'll stay with directly recomputing it at each non-terminal node
Diffstat (limited to 'include/zobrist.h')
-rw-r--r--include/zobrist.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zobrist.h b/include/zobrist.h
index 4e760ca..cfc2941 100644
--- a/include/zobrist.h
+++ b/include/zobrist.h
@@ -10,6 +10,3 @@ zobrist_init(void);
uint64_t
zobrist_compute(void);
-
-uint64_t
-zobrist_apply(const action_t action, uint64_t hash);