vorner / numstream

Generates a stream of binary unsigned 64 numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Generates a stream of binary unsigned 64 numbers

License:MIT License


Languages

Language:Rust 100.0%