fair_dice_simulation, a C++ code which simulates N games in which two fair dice are thrown and summed, creating graphics files for processing by gnuplot().
fair_dice_simulation nwhere
The information on this web page is 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 and a Python version.
cpp_simulation, a C++ 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.
gnuplot_test, C++ codes which illustrate how a program can write data and command files so that gnuplot() can create plots of the program results.
life_opengl, a C++ code which uses OpenGL to display the evolution of John Conway's "Game of Life".