repo.or.cz
/
pachi
/
peepo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
board_play_outside(): Factor out foreach_neighbor body to play_one_neighbor()
[pachi/peepo.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