Perlin1D.initialize

Undocumented in source. Be warned that the author may not have intended to support it.
struct Perlin1D(T)
nothrow @nogc
void
initialize
(
double frequency
,
double samplerate
)
if (
is(T == float) ||
is(T == double)
)

Meta