configure: add gettid() test
[fio.git] / lib / rand.h
2019-04-17 Jens AxboeMerge branch 'master' of https://github.com/mingnus/fio
2019-04-17 Ming-Hung Tsairand: fix truncated rand_seed on Windows
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-06-12 Jens Axboerand: make randX_upto() do the end value increment
2018-06-12 Jens Axboerand: ensure that rand_between() can reach max value
2018-06-12 Jens Axboerand: cleanup rand_between() and helpers
2018-06-12 Jens Axboerand: add rand64_between()
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerRefactor #includes and headers
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-03-10 Jens AxboeUse 32-bit rand for parts that use rand_between()
2016-03-07 Jens Axboerand: use bools
2016-03-04 Jens AxboeAdd support for zones of random IO, with varying freque...
2015-11-09 Song Liumake sure __rand_0_1 does not return 0.0
2015-11-09 Jens AxboeFixups for poisson rate
2015-09-04 Roman Penreplace 'fill_pattern' with 'cpy_pattern' from 'lib...
2015-05-29 Jens Axboerand: add 64-bit tausworthe variant with a 2^258 cycle
2015-05-29 Jens AxboeAdd Intel rdrand support
2014-12-04 Jens AxboeUse specified compression/pattern for verify buffers too
2014-12-04 Jens AxboeUse specified buffer_pattern (if given) for all io_u...
2014-09-22 Jens AxboeBasic support for dedupe
2012-03-13 Jens AxboeMerge branch 'master' into gfio
2012-03-02 Jens AxboeAdd buffer_compress_percentage
2011-08-31 Jens AxboeEnsure that buffer contents are random across jobs...
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-03-25 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-03-25 Jens AxboeFirst step at speeding up io_u rand refill