pub fn shuffle(cards: &mut Vec<Card>)Expand description
Shuffles a Vector of cards in place, see rand::seq::SliceRandom::shuffle.
pub fn shuffle(cards: &mut Vec<Card>)Shuffles a Vector of cards in place, see rand::seq::SliceRandom::shuffle.