[][src]Function sttt::bot_game::run

pub fn run<A: Bot, B: Bot, R: Rng>(
    bot_a: &A,
    bot_b: &B,
    games: usize,
    shuffle: bool,
    rand: &mut R
) -> BotGameResult