ttps://gist.github.com/Flafla2/f0260a861be0ebdeef76

public Perlin(int repeat = -1) { this.repeat = repeat; }

public Perlin() { this.repeat = -1; }
と同じ意味でしょうか?またそうであれば、なぜパラメータとしてint repeat = -1としているのでしょうか?