nvme: add nvme opcodes, structures and helper functions
[fio.git] / lib / rand.c
index e74da609ac945dab2a7670beb593727ffa5d5fac..6e893e80ba00a4939116cb59099e881300aaed3e 100644 (file)
@@ -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;