repo.or.cz
/
pachi.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
UCB: Account for prior values properly when descending early
[pachi.git]
/
random
/
random.h
blob
5ab640cfab16d64987f5e95431f07e85961adf24
1
#ifndef ZZGO_RANDOM_RANDOM_H
2
#define ZZGO_RANDOM_RANDOM_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_random_init
(
char
*
arg
);
7
8
#endif