14-May-2025 11:21:53 craps_simulation_test(): MATLAB/Octave version 6.4.0 craps_simulation() simulates a game of craps. craps_game_test(): craps_game() simulates a game of craps. Player starts with bankroll of 1000 The player bet $500 The first roll had the value 6 There were a total of 3 rolls The player's result was -500 The player's bankroll is now 500 The player bet $250 The first roll had the value 9 There were a total of 27 rolls The player's result was -250 The player's bankroll is now 250 The player bet $125 The first roll had the value 8 There were a total of 5 rolls The player's result was 125 The player's bankroll is now 375 The player bet $187.5 The first roll had the value 7 There were a total of 1 rolls The player's result was 187.5 The player's bankroll is now 562.5 The player bet $281.25 The first roll had the value 11 There were a total of 1 rolls The player's result was 281.25 The player's bankroll is now 843.75 The player bet $421.875 The first roll had the value 6 There were a total of 17 rolls The player's result was -421.875 The player's bankroll is now 421.875 The player bet $210.938 The first roll had the value 6 There were a total of 3 rolls The player's result was -210.938 The player's bankroll is now 210.938 The player bet $105.469 The first roll had the value 12 There were a total of 1 rolls The player's result was -105.469 The player's bankroll is now 105.469 The player bet $52.7344 The first roll had the value 9 There were a total of 13 rolls The player's result was 52.7344 The player's bankroll is now 158.203 The player bet $79.1016 The first roll had the value 11 There were a total of 1 rolls The player's result was 79.1016 The player's bankroll is now 237.305 craps_stats_test(): craps_stats() reports statistics for N instances of a craps game. N Win/N Rolls/N 1 0.0000 1.0000 10 0.5000 5.6000 100 0.5400 6.0600 1000 0.4670 6.1520 10000 0.4984 5.7114 craps_simulation_test() Normal end of execution. 14-May-2025 11:21:57