aboutsummaryrefslogtreecommitdiff
path: root/src/pcm_prng.h
Commit message (Collapse)AuthorAge
* copyright year 2011Max Kellermann2011-01-29
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* pcm_prng: renamed prng() to pcm_prng()Max Kellermann2009-01-07
|
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-03
Don't use libc's rand() function, because it is slow. Our own trivial linear congruential generator is good enough for dithering.