rand: add 64-bit tausworthe variant with a 2^258 cycle
authorJens Axboe <axboe@fb.com>
Fri, 29 May 2015 18:49:54 +0000 (12:49 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 29 May 2015 18:49:54 +0000 (12:49 -0600)
commitc3546b531f48a2ff413c9508aed465e0145c8dfc
treeb17bd6b0e584500cb6058135c89533bf09f2f649
parent16dc07107d2abddccf7e42f684c16c3d8657b324
rand: add 64-bit tausworthe variant with a 2^258 cycle

Signed-off-by: Jens Axboe <axboe@fb.com>
18 files changed:
HOWTO
backend.c
crc/test.c
filesetup.c
fio.1
fio.h
init.c
io_u.c
lib/gauss.c
lib/rand.c
lib/rand.h
lib/zipf.c
options.c
server.c
server.h
trim.c
verify.c
verify.h