MPD 0.17~git
|
Go to the source code of this file.
Functions | |
static unsigned long | pcm_prng (unsigned long state) |
A very simple linear congruential PRNG. |
static unsigned long pcm_prng | ( | unsigned long | state | ) | [static] |
A very simple linear congruential PRNG.
It's good enough for PCM dithering.
Definition at line 28 of file pcm_prng.h.