repo.or.cz
/
pachi
/
t.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t-regress/TODO: Consistent formatting
[pachi/t.git]
/
random
/
random.h
blob
890904fad52eab9c9e08217286fcf5810faa8cd9
1
#ifndef PACHI_RANDOM_RANDOM_H
2
#define PACHI_RANDOM_RANDOM_H
3
4
#include
"engine.h"
5
6
struct
engine
*
engine_random_init
(
char
*
arg
,
struct
board
*
b
);
7
8
#endif