Struct ggp_rs::player::RandomPlayer
[−]
[src]
pub struct RandomPlayer;
A player that chooses a random move from all possible of legal moves
pub struct RandomPlayer;
A player that chooses a random move from all possible of legal moves
impl Player for RandomPlayer
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).