rand: fix truncated rand_seed on Windows
authorMing-Hung Tsai <mingnus@gmail.com>
Wed, 17 Apr 2019 04:25:10 +0000 (12:25 +0800)
committerMing-Hung Tsai <mingnus@gmail.com>
Wed, 17 Apr 2019 07:34:19 +0000 (15:34 +0800)
commit9781c080385364d24ac18a95544484864a27611a
tree360c2a9e624398c0473f123247fa22da48943a3f
parentef32da643574162c2b1aae67af38ecffb43db036
rand: fix truncated rand_seed on Windows

The long data type is 32-bit on LLP64 platforms
filesetup.c
fio.h
init.c
lib/lfsr.c
lib/lfsr.h
lib/rand.c
lib/rand.h
os/os-windows.h
os/os.h
verify.c
verify.h