├── .gitignore ├── Dice List.csv ├── LICENSE ├── README.md └── main.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitstein/entropic/HEAD/.gitignore -------------------------------------------------------------------------------- /Dice List.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitstein/entropic/HEAD/Dice List.csv -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitstein/entropic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitstein/entropic/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bitstein/entropic/HEAD/main.py --------------------------------------------------------------------------------