X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Frand.h;h=02e68585420b942fb7805375308a2f1d77ef91c8;hp=573116cbc2f7ec097bda77d97a3a0d669d30558f;hb=7d9fb455aadc0c0363489591775496f27f4a560a;hpb=637ef8d9f7645135cf4829894d1e3983cd7a042e diff --git a/lib/rand.h b/lib/rand.h index 573116cb..02e68585 100644 --- a/lib/rand.h +++ b/lib/rand.h @@ -19,6 +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); +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