You want the rand crate, specifically the choose method. use rand::seq::SliceRandom; // 0.7.2 fn main() { let vs = vec!
確定! 回上一頁