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

https://github.com/afaanbilal/central-limit

A simulation of the Central Limit Theorem
https://github.com/afaanbilal/central-limit

cli rust terminal tui tui-rs

Last synced: about 2 months ago
JSON representation

A simulation of the Central Limit Theorem

Awesome Lists containing this project

README

          

Central Limit
=============

A simple TUI simulation of the [Central Limit Theorem](https://en.wikipedia.org/wiki/Central_limit_theorem) built with Rust.

> Inspired by this excellent [3B1B video.](https://youtu.be/zeJD6dqJ5lo)

---

### **Author**: [Afaan Bilal](https://afaan.dev)

![central limit](assets/central-limit-hero.png)

---

## Screenshots

#### Windows
![central limit](assets/central-limit.gif)

---

#### MacOS
![central limit](assets/central-limit.png)

---

## Run

````
cargo run
````

---

## Contributing
All contributions are welcome. Please create an issue first for any feature request
or bug. Then fork the repository, create a branch and make any changes to fix the bug
or add the feature and create a pull request. That's it!
Thanks!

---

## License
**Central Limit** is released under the MIT License.
Check out the full license [here](LICENSE).