fair_dice_simulation, an Octave code which simulates N games in which two fair dice are thrown and summed.
fair_dice_simulation ( n )where
The computer code and data files described and made available on this web page are distributed under the MIT license
fair_dice_simulation is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
octave_simulation, an Octave code which uses simulation to study card games, contests, and other processes which have a random element. Usually, the purpose is to try to predict the average behavior of the system over many trials.