gcraig / SlotAnalyzer

Slot Machine Odds Analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slot Machine Statistical Analyzer

C code that models a real world slot machine's payout statistics (coin-in/coin-out)

Compiled with:

gcc -Wall -std=c11 -pedantic -ansi -m64 -o slot slot.c

Verified:

cppcheck, cpplint

About

Slot Machine Odds Analyzer


Languages

Language:C 98.7%Language:Makefile 1.3%