Commit Graph

3 Commits

Author SHA1 Message Date
f904ef2e2f
Fix the number generator
The number generator disproportionately favors digits 1-5 over 6. This
fixes it using random's randint() function and the SystemRandom class.
Function numgen() will now always return a list.
2016-11-05 20:40:11 -04:00
50e75be7e8
Output with GUI
Simple output using Tkinter for the GUI.
2016-05-19 03:52:09 -04:00
3ec73d22c0
Initial commit
Basic project structure with a very simple Diceware number generator.
2016-04-12 09:00:46 -04:00