X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=lib%2Fzipf.h;h=f98ad8182883142e5232000388126534ef3fefe6;hp=dbcaffb2453069442b2aa998267f846c2e15b47f;hb=a5a4fdfd44ec1b55ebab7800a931c148540a7324;hpb=921d17ba00f6fa106f558ea285d1d503f3a41369 diff --git a/lib/zipf.h b/lib/zipf.h index dbcaffb2..f98ad818 100644 --- a/lib/zipf.h +++ b/lib/zipf.h @@ -11,7 +11,7 @@ struct zipf_state { double zetan; double pareto_pow; struct frand_state rand; - unsigned long rand_off; + uint64_t rand_off; }; void zipf_init(struct zipf_state *zs, unsigned long nranges, double theta, unsigned int seed);