Struct minimax::strategies::random::Random [] [src]

pub struct Random {
    // some fields omitted
}

Methods

impl Random
[src]

fn new() -> Random

Trait Implementations

impl<G: Game> Strategy<G> for Random where G::M: Copy
[src]

fn choose_move(&mut self, s: &G::S, p: Player) -> Option<G::M>