4a7cf2a634
idk
155 B
155 B
impl Random {
pub fn int(lower: usize, upper: usize) -> usize; // returns random number in range
pub fn selection<T: Clone>(ls: &Vec<T>)
}