aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/lfg.c
Commit message (Collapse)AuthorAgeFilesLines
* Simple lagged fibonacci PRNG.Michael Niedermayer2008-07-281-0/+64
3.5 times faster than our mersene twister. 10 times less memory needed. (=less cache trashing) Originally committed as revision 14458 to svn://svn.ffmpeg.org/ffmpeg/trunk