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
- Host: GitHub
- URL: https://github.com/afaanbilal/central-limit
- Owner: AfaanBilal
- License: mit
- Created: 2023-03-17T05:46:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T08:52:10.000Z (over 2 years ago)
- Last Synced: 2025-03-28T08:18:23.785Z (over 1 year ago)
- Topics: cli, rust, terminal, tui, tui-rs
- Language: Rust
- Homepage:
- Size: 396 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)

---
## Screenshots
#### Windows

---
#### MacOS

---
## 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).