Fix num2str() output when modulo != -1U
[fio.git] / lib / lfsr.c
2014-11-24 Jens Axboelfsr: don't pass in last value to lfsr_next()
2014-11-06 Jens AxboeMake fio -Wshadow clean
2014-05-19 Jens AxboeMerge branch 'master' of git://github.com/rootfs/fio
2014-04-02 Jens AxboeMerge branch 'erwan/clang' of https://github.com/enovan...
2014-04-02 Jens AxboeMerge branch 'erwan/nobasename' of https://github.com...
2014-04-02 Jens AxboeCleanup symbols that should be static
2014-02-26 Jens AxboeBranch and cache miss speedups
2013-08-27 Alex PyrgiotisLFSR: Do not ignore returning the seed
2013-03-21 Jens AxboeMerge branch 'master' into gfio
2013-03-12 Alex Pyrgiotislfsr: fix verification and spin bugs
2013-03-10 Alex Pyrgiotislfsr: Fix spin related bug
2013-03-08 Jens Axboelfsr: indent table
2013-03-08 Alex PyrgiotisImprove LFSR implementation
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-21 Jens Axboelfsr: add lfsr_reset()
2013-01-11 Jens Axboelfsr: ensure we don't generate an offset + buflen that...
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-04 Jens Axboelfsr: ensure that the cycle follows the randrepeat...
2012-12-03 Jens AxboeMerge branch 'master' into gfio
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-27 Jens Axboelfsr: crank it 128 times before using the sequence
2012-11-26 Jens AxboeAdd LFSR generator