Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightforger/unfair_casino_checker
Example that Markov Chains can fairness of casino
https://github.com/nightforger/unfair_casino_checker
Last synced: 3 days ago
JSON representation
Example that Markov Chains can fairness of casino
- Host: GitHub
- URL: https://github.com/nightforger/unfair_casino_checker
- Owner: NightForger
- Created: 2022-05-01T20:13:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T20:30:50.000Z (over 2 years ago)
- Last Synced: 2024-11-10T10:13:33.195Z (2 months ago)
- Language: Go
- Size: 10.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unfair Casino Checker
Example of how basic Markov Chains with fixed sliding window can help you to check the fairness of the casino.## Files
- "GOLANG/" - different fast scrappers written on Go (by my brother). Excluded one lib, so you will need to rewrite part with sockets.
- "data.xlsx" - main data file with different info about every bet.
- "onlineCasino.csv" - small data file (you can check EDA here: https://www.kaggle.com/code/andreylovyagin/online-unfair-casino-example)
- "dataGO.csv" - small data file needed for Markov Chains.
- "parser.py" - parser for data from go scrappers (if you need it).
- "gamer.py" - only kernel for Markov chains.
## Additional info
I've deleted some self-written libs from golang scrappers (they are not published yet and they are not mine).
What is more, I've deleted some site-control functions from "gamer.py" (selenium-based), because this repository is only an example that you can check simple gaming casinos for fairness.