Remove use of OS provided random functions
authorJens Axboe <axboe@fb.com>
Thu, 6 Nov 2014 01:34:02 +0000 (18:34 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 6 Nov 2014 01:34:02 +0000 (18:34 -0700)
We added the internal random generator a long time ago, and kept
the OS variant around as an opt-in feature with using use_os_rand=1.
We defaulted to using the fio provided one, and I doubt that
anyone has used the option.

The time has come to kill it.

Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found