Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T05:39:06.000Z (over 2 years ago)
- Last Synced: 2024-11-12T15:34:30.935Z (3 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.