aboutsummaryrefslogtreecommitdiff
path: root/include/zobrist.h
blob: cfc29412a131f3bea1afe587ac7e88195094cde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <xorshift64.h>
#include <tak.h>
#include <actions.h>

void
zobrist_free(void);

int
zobrist_init(void);

uint64_t
zobrist_compute(void);