Skip to main content

shuffle

Function shuffle 

Source
pub fn shuffle(cards: &mut Vec<Card>)
Expand description

Shuffles a Vector of cards in place, see rand::seq::SliceRandom::shuffle.