Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2023-05-27 | 339 Bytes | |
copying.txt | 2023-05-27 | 1.6 kB | |
die_iterator.py | 2023-05-27 | 1.6 kB | |
iterator.py | 2023-05-27 | 2.6 kB | |
Totals: 4 Items | 6.1 kB | 0 |
Jon's Die Iterator, Recursive Python 3 Version A simple iterator to calculate probabilities for cumulative dice rolls, based on the C version. Unlike the C version, this one uses a recursive function and cannot save the output to a file. The file iterator.py is the main program, the die_iterator.py file only has the recursive function.