I spent a chunky part of the last 24 hours or so learning about noise.
Specifically, about Perlin noise [https://en.wikipedia.org/wiki/Perlin_noise] -
a way to generate random numbers that feel more organic and less, well, random.
When I learn something I like to use that knowledge,