https://github.com/inndy/pyent
https://github.com/inndy/pyent
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inndy/pyent
- Owner: Inndy
- License: mit
- Created: 2020-11-09T17:12:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-26T07:09:46.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T10:46:17.548Z (11 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyent
Reimplement [ent](https://www.fourmilab.ch/random/) in cython
## TODO
- [ ] Chi-square Test
- [ ] Arithmetic Mean
- [ ] Monte Carlo Value for Pi
- [ ] Serial Correlation Coefficient
- [ ] Commandline utility
- [ ] Learn how to use pypi properly
- [ ] Learn how to pack cython module properly
## LICENSE
[MIT License](LICENSE)