/utility-Noise_Generator

Generates Perlin Noise based on a static permutation.

Primary LanguageKotlin

Perlin Noise Generator




Overview

This is a simple program that was used to create pseudorandom values that would give the same values consistently.

The algorithm parses a static permutation and converts its values into generated noise patterns.

We would then use the gradutation of values to detect which chunks in Minecraft were "hot" with underground water tables.