https://github.com/stripedpajamas/zipf
node streams / random letters / stats
https://github.com/stripedpajamas/zipf
nodejs random streams zipf
Last synced: 2 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-05T17:50:07.000Z (almost 6 years ago)
- Last Synced: 2025-10-11T01:22:57.189Z (8 months ago)
- Topics: nodejs, random, streams, zipf
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- 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