Copyright © 2025 Murat Kalinyaprak
Shared under the terms of GNU General Public License.

=====================================================

mkdice-ceate-dicefile.exe generates text files with the
desired number of rolls, separated by spaces, using the
specific value entered or the current time as the seed.

Instead of creating one die per random number fetched,
or many dice from a sequence of bits as most RNG's do,
this tool creates pairs of dice from random numbers in
the 1-36 range, considering the possibility that doing
so may result in better "dispersion" of rolls.

It also generates text files showing the "distribution"
of all 36 possible rolls. Even though reciprocal rolls
may be played the same way, they need to be considered
as unique rolls for randomness statistics purposes.

Totals for number of rolls and percentages are printed
to make sure they all add up.

It creates a new "dicefile.txt" and "statfile.txt" the
first time or overwrites them if they already exist.

Dice files generated by this utility can be opened for
input by my other utilities, to read dice rolls from.

