https://github.com/steviecurran/coin-toss
Coin tossing via a random number generator
https://github.com/steviecurran/coin-toss
binomial-distribution central-limit-theorem normal-distribution probability randon-number statistics teaching
Last synced: 8 months ago
JSON representation
Coin tossing via a random number generator
- Host: GitHub
- URL: https://github.com/steviecurran/coin-toss
- Owner: steviecurran
- Created: 2023-03-24T01:42:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T22:53:55.000Z (about 1 year ago)
- Last Synced: 2025-05-23T22:38:09.106Z (about 1 year ago)
- Topics: binomial-distribution, central-limit-theorem, normal-distribution, probability, randon-number, statistics, teaching
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coin-toss
Coin tossing via a random number generator
Intended as a teaching tool to show how the distribution approaches a Gaussian (Normal/Bell) with increasing number of trials.

Can be run directly [here](https://www.kaggle.com/code/steviemooncat/coin-toss)