X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=lib%2Frand.c;h=6e893e80ba00a4939116cb59099e881300aaed3e;hb=b3d5e3fd80e3834097578e92d1b788065b8346e1;hp=e74da609ac945dab2a7670beb593727ffa5d5fac;hpb=0d71aa983a4dce75a088b3a4831d5b217df066fb;p=fio.git diff --git a/lib/rand.c b/lib/rand.c index e74da609..6e893e80 100644 --- a/lib/rand.c +++ b/lib/rand.c @@ -59,7 +59,7 @@ static void __init_rand32(struct taus88_state *state, unsigned int seed) __rand32(state); } -static void __init_rand64(struct taus258_state *state, uint64_t seed) +void __init_rand64(struct taus258_state *state, uint64_t seed) { int cranks = 6;