Function OpenSimplexNoise.persistence

Contribution factor of the different octaves. A persistence value of 1 means all the octaves have the same contribution, a value of 0.5 means each octave contributes half as much as the previous one.

double persistence() nothrow @property @nogc;

void persistence (
  double v
) nothrow @property @nogc;