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)
commit54a21917aec78a380c3504bfdda350b1c90e5a85
treecdf01aad27ddc5eeaf7206db09c4ac1e17fcd390
parent239b2882f467676b232e9e20b72c287b77bd3daa
Remove use of OS provided random functions

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>
HOWTO
cconv.c
filesetup.c
fio.1
fio.h
init.c
io_u.c
options.c
thread_options.h
trim.c