time_stop_conditions(): Switch to TT_MOVE scheduler early if we are almost in byoyomi
[pachi.git] / random / random.h
blobc398635e3b371cd5b0b4324e9efc0cf7f11e6b9d
1 #ifndef ZZGO_RANDOM_RANDOM_H
2 #define ZZGO_RANDOM_RANDOM_H
4 #include "engine.h"
6 struct engine *engine_random_init(char *arg, struct board *b);
8 #endif