Update README.md

This commit is contained in:
Nicolás A. Ortega 2014-11-04 15:57:26 -06:00
parent bea82bc7f5
commit 537bc64413

View File

@ -1,7 +1,7 @@
CoinToss 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. 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 9,223,372,036,854,765,808 more trials than that.
### Compiling ### 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: To compile make sure you have the GNU C Compiler installed (GCC) and just go to the root directory of this project and run: