Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_prng: renamed prng() to pcm_prng() | Max Kellermann | 2009-01-07 | 1 | -1/+2 |
| | |||||
* | pcm_utils: use the custom PRNG for volume dithering | Max Kellermann | 2009-01-03 | 1 | -0/+31 |
Don't use libc's rand() function, because it is slow. Our own trivial linear congruential generator is good enough for dithering. |