This is a simulation for 2 dice rolling. There is a random number of pairs of dice rolling between 1 and 50 inclusive. It adds the two values and displays the results in a table. Under that table is another table which shows how many time each total came up.
Number of rolls: 6
Die 1 - - Die 2 - - Total
6 - - - - - 6 - - - - - 12
5 - - - - - 2 - - - - - 7
1 - - - - - 2 - - - - - 3
2 - - - - - 4 - - - - - 6
6 - - - - - 5 - - - - - 11
4 - - - - - 6 - - - - - 10
Number of totals that equal 2:
Number of totals that equal 3: *
Number of totals that equal 4:
Number of totals that equal 5:
Number of totals that equal 6: *
Number of totals that equal 7: *
Number of totals that equal 8:
Number of totals that equal 9:
Number of totals that equal 10: *
Number of totals that equal 11: *
Number of totals that equal 12: *