An open API service indexing awesome lists of open source software.

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

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.

![](https://raw.githubusercontent.com/steviecurran/coin-toss/refs/heads/main/random-horm_histo-t%3D1000_n%3D10.png)

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