Go to file
2014-11-04 15:56:07 -06:00
obj Using obj/ for .o files. 2014-11-04 11:41:35 -06:00
src Fixed progress problem by using long long int 2014-11-04 15:56:07 -06:00
.gitignore Will create deb outside project. 2014-10-30 18:14:00 -05:00
LICENSE Initial commit 2014-10-30 11:18:17 -05:00
Makefile Using obj/ for .o files. 2014-11-04 11:41:35 -06:00
README.md Fixed progress problem by using long long int 2014-11-04 15:56:07 -06:00

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, specifically 9223372036854765808 more trials than that.

Compiling

To compile make sure you have the GNU C Compiler installed (GCC) and just go to the root directory of this project and run:

$ make

Contributing

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

License

This project is licensed with the GNU GPLv3.