Skip to content

Instantly share code, notes, and snippets.

package pl.warlander.terraingen.core;
import java.util.Random;
public class FractalLayer {
private final float value;
private final int size;
private final int width;
private final int height;