Question: Empirical shuffle check. Run computational experiments to check that our shuffling code works as advertised. Write a program ShuffleTest that takes two integer command-line arguments
Empirical shuffle check. Run computational experiments to check that our shuffling code works as advertised. Write a program ShuffleTest that takes two integer command-line arguments m and n, does n shuffles of an array of length m that is initialized with a[i] = i before each shuffle, and prints an m-by-m table such that row i gives the number of times i wound up in position j for all j. All values in the resulting array should be close to n / m.
Step by Step Solution
3.32 Rating (173 Votes )
There are 3 Steps involved in it
This computational experiment is meant to test the randomness of the shuffle process Each number sho... View full answer
Get step-by-step solutions from verified subject matter experts
