Switching to Python.

This commit is contained in:
Deathsbreed
2015-01-22 20:30:43 -06:00
parent a4dcbe504e
commit a9388c8742
4 changed files with 125 additions and 162 deletions

View File

@@ -1,13 +1,9 @@
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.
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
To compile make sure you have the GNU C Compiler installed (GCC) and just go to the root directory of this project and run:
```bash
$ make
```
### Running
To run make sure you have Python installed and go into the [src/](/src/) folder and run `python CoinToss.py [args]`.
### Contributing
Do you have something you want to add? Just send a pull request.