17-Dec-2023 13:27:04 high_card_parfor_test(): high_card_parfor() simulates the high card problem. The parfor() function is used for parallel execution. Starting parallel pool (parpool) using the 'Processes' profile ... Connected to parallel pool with 4 workers. high_card_parfor(): Using N=100 cards and T=1000 trials, estimate the chances of correctly picking the highest card by looking at cards 0 through K-1, and then taking the first subsequent card that is bigger. Parallel pool using the 'Processes' profile is shutting down. Graphics saved as "high_card.png". high_card_parfor_test(): Normal end of execution. 17-Dec-2023 13:27:31