Go to file
Deathsbreed e4617f480b Little problem, argv[x] is always a string, never an int. 2015-01-27 09:11:37 -06:00
src Little problem, argv[x] is always a string, never an int. 2015-01-27 09:11:37 -06:00
LICENSE Initial commit 2014-10-30 11:18:17 -05:00
README.md Switching to Python. 2015-01-22 20:30:43 -06:00

README.md

CoinToss

The creation of this program has a little story. I was in math class and a classmate was playing around with the probability simulator on his TI Calculator. He was trying to do as many coin tosses as he could, until finally he reached 9999, which was the limit of tosses for the simulator. So I decided that I would create this, which allows you to do more than that.

Running

To run make sure you have Python installed and go into the src/ folder and run python CoinToss.py [args].

Contributing

Do you have something you want to add? Just send a pull request.

License

This project is licensed with the GNU GPLv3.