Perlin1D

1D perlin noise octave. Is useful to slightly move parameters over time.

struct Perlin1D (
T
) if (
is(T == float) ||
is(T == double)
) {}

Meta