I'm trying to test a linux driver, and I need a test like bonnie or dbench, but I need it to send random data. I'm trying to find corruption bugs, and if every write is all zeros I can't tell when I serve stale data. Even writing something as simple as a timestamp would be enough for this test.
Does anyone know of a good test that uses random data?