Struct pleco::bots::RandomBot[][src]

pub struct RandomBot {}

Searcher that randomly chooses a move. The fastest, yet dumbest, searcher we have to offer.

Trait Implementations

impl Searcher for RandomBot
[src]

Returns the name of the searcher.

Returns the BestMove of a position from a search of depth.

Auto Trait Implementations

impl Send for RandomBot

impl Sync for RandomBot