Pink Noise. More...
#include <Noise.h>
Public Member Functions | |
NoisePink (uint32_t seed) | |
float | operator() () |
Generate next value. | |
void | seed (uint32_t v) |
Set seed of RNG. |
Pink Noise.
Pink noise has a power spectrum of 1/f. In this implementation, it is produced by summing together 12 octaves of downsampled white noise.
NoisePink | ( | uint32_t | seed | ) |
[in] | seed | random number generator seed |