Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stripedpajamas/zipf
node streams / random letters / stats
https://github.com/stripedpajamas/zipf
nodejs random streams zipf
Last synced: 12 days ago
JSON representation
node streams / random letters / stats
- Host: GitHub
- URL: https://github.com/stripedpajamas/zipf
- Owner: stripedpajamas
- License: mit
- Created: 2020-09-04T18:43:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-05T17:50:07.000Z (over 4 years ago)
- Last Synced: 2024-12-17T02:17:57.282Z (17 days ago)
- Topics: nodejs, random, streams, zipf
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zipf
some random letters/words; learning more about zipf's law and node streams. it's not working quite right yet.## run
1. `npm install`
2. `node index.js`## ref
- [Zipf's law](https://en.wikipedia.org/wiki/Zipf%27s_law)
- [this old vsauce video](https://www.youtube.com/watch?v=fCn8zs912OE)## lic
MIT