X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Frand.h;h=02e68585420b942fb7805375308a2f1d77ef91c8;hp=363e7b6d9651d5970c9b7b8592f61a9bc0a0962b;hb=7d9fb455aadc0c0363489591775496f27f4a560a;hpb=1fbbf72e16c27a6fda636db3891a41cd37dc6666 diff --git a/lib/rand.h b/lib/rand.h index 363e7b6d..02e68585 100644 --- a/lib/rand.h +++ b/lib/rand.h @@ -19,5 +19,7 @@ static inline unsigned int __rand(struct frand_state *state) } extern void init_rand(struct frand_state *); +extern void __fill_random_buf(void *buf, unsigned int len, unsigned long seed); +extern unsigned long fill_random_buf(void *buf, unsigned int len); #endif