https://github.com/stoverc/slots
A collection of slots-related code (initially in Python3, but perhaps more later)
https://github.com/stoverc/slots
data-analysis data-science monte-carlo-simulation probabilistic-programming probability probability-theory python3 slot-machine slots statistical-analysis statistics
Last synced: 2 months ago
JSON representation
A collection of slots-related code (initially in Python3, but perhaps more later)
- Host: GitHub
- URL: https://github.com/stoverc/slots
- Owner: stoverc
- Created: 2022-06-21T05:38:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T05:39:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T15:48:08.871Z (4 months ago)
- Topics: data-analysis, data-science, monte-carlo-simulation, probabilistic-programming, probability, probability-theory, python3, slot-machine, slots, statistical-analysis, statistics
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slots
This is a collection of slots-related simulations (initially in Python3, but who knows how we'll evolve) which either (a) track the expected outcome of a variety of slots games, or (b) allows the user to emulate the play of such games. As of its initial release, the code focuses mostly on (a); (b) is forthcoming (as of 21 Jun 2022).## Changelog
### 21 Jun 2022
1. Initial commit of Crazy 8's and "Blanks and Scatters" analyses. User-driven playthroughs will be added directly.