Initial commit

The seed of 20 was reached on the very first throw.
I considered doing 3d20, but then the roll changes from a uniform distribution into a normal distribution, which is less random.
This commit is contained in:
2024-08-20 15:29:17 +02:00
commit 1da1909642
17 changed files with 653 additions and 0 deletions

8
.idea/.gitignore generated vendored Normal file
View File

@@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml