rand: prepare for adding a third random type
authorJens Axboe <axboe@kernel.dk>
Sat, 2 Jul 2022 16:23:57 +0000 (10:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Aug 2022 12:27:58 +0000 (06:27 -0600)
commit1922c9f55016c5de0f67ba04cdd22422b8d31eb9
treebf0d41da81d4fc14e5f8c228b01061f489299946
parent4deb92f9e1a83682143661eb3b04422bdfff5ace
rand: prepare for adding a third random type

We currently have 32 and 64-bit variants. Rather than have a bool that
tells us which one to use, add enum fio_rand_type so we have flexibility
to add another one.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c
lib/rand.c
lib/rand.h
verify-state.h
verify.c