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