Question: Write a C++ function that takes an array containing the set of all integers in the range 1 to 52 and shuffles it into random
Write a C++ function that takes an array containing the set of all integers in the range 1 to 52 and shuffles it into random order. Use the built-in function rand, which returns a pseudo-random integer each time it is called. Your function should output each possible order with equal probability.
Step by Step Solution
3.43 Rating (166 Votes )
There are 3 Steps involved in it
include include using namespace std function th... View full answer
Get step-by-step solutions from verified subject matter experts
