Function spades::shuffle[][src]

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

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