rand: add 64-bit tausworthe variant with a 2^258 cycle
[fio.git] / lib / zipf.c
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2014-09-23 Jens AxboeFix 32-bit compile warnings
2014-09-23 Jens AxboeFix min/max typeof warnings
2012-11-14 Jens AxboeMerge branch 'master' into gfio
2012-11-11 Jens Axboezipf: use 64-bit safe hash for zipf/pareto
2012-11-08 Jens Axboezipf: kill debug "generating series" messages
2012-11-08 Jens Axboezipf: cap range calculation at 10M
2012-11-07 Jens Axboezipf: seed zipf/pareto rand with filename hash and...
2012-11-07 Jens Axboezipf: cleanup
2012-11-07 Jens Axboezipf/pareto: ensure that 0 isn't always the hottest...
2012-11-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-07 Jens Axboezipf/pareto: mix blocks with hashing
2012-11-06 Jens AxboeAdd pareto distribution randomizer
2012-11-06 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2012-11-06 Jens AxboeAdd sample zipf distribution randomizer