https://github.com/vorner/numstream
Generates a stream of binary unsigned 64 numbers
https://github.com/vorner/numstream
Last synced: 10 months ago
JSON representation
Generates a stream of binary unsigned 64 numbers
- Host: GitHub
- URL: https://github.com/vorner/numstream
- Owner: vorner
- License: mit
- Created: 2017-01-28T09:58:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T10:19:56.000Z (over 9 years ago)
- Last Synced: 2025-09-06T00:59:51.980Z (10 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This produces an (effectively) infinite stream of binary 64bit integers. I use
it to stress-test hard disks. It's better than filling with just zeroes, as it
seems broken drives manifest more errors with data that is not all-zeroes.