Shuffling an Array in C#
I was using Arrays as part of making a Blackjack game, which was a college assessment. I used multiple Arrays to create a deck of cards, see my other post "Creating a deck of cards in C#". But, now I needed to shuffle these cards, similar to how you ...
rachaelkeenan.dev2 min read