Simulate a game where "N" players roll two dice, and the lucky player has an advantage for reaching the finish. Parameters: the number of players, number of trials and length of the race.
Run a simulation to generate results from running the Monty Hall for multiple trials. This is similar to the game show "Let's Make A Deal", where you choose one of N doors in hopes of finding a grand prize behind one of the doors. Parameters: Number of doors, number of trials, staying, or switching between the two remaining doors.