Typo in comment
This commit is contained in:
parent
637093861d
commit
8ed50da7c0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use rand::rng;
|
|||
use rand::seq::SliceRandom;
|
||||
use std::fmt::{Display, Formatter};
|
||||
|
||||
/// `pick` must be an bijection
|
||||
/// `pick` must be permutative
|
||||
trait Player {
|
||||
/// takes a cycle number and returns a box index
|
||||
fn choose(&mut self, cycle: usize, num_boxes: usize) -> usize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue