Question: Declare default_random_engine and uniform_int_distribution global variables to simulate rolling dice. Write a boolean function that plays a game of craps. The function has 2 reference
Declare default_random_engine and uniform_int_distribution global variables to simulate rolling dice.
Write a boolean function that plays a game of craps. The function has 2 reference parameters. The first parameter is the number of times the player rolled the dice and the second parameter is the first roll - a number between 2 and 12 inclusively. The function returns, by means of a return statement, true if the player wins the game, and false if the player loses the game.
Test the function thoroughly.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
