#Deck of cards First we pick a random card, then in the second line we shuffle the whole deck of cards, including the one chosen ((1,2,3,4,5,6,7,8,9,10,'j','q','k') X~ <♥,♦,♣,♠>).roll ((1,2,3,4,5,6,7,8,9,10,'j','q','k') X~ <♥,♦,♣,♠>).pick(52)
Made in Perl6