Noilib simple
This is just a simple implementation of perlin noise and value noise made in rust.
A simple example
use NoiseGenerator;
Some examples of noises this library is able to produce
Perlin noise

Value noise

Perlin noise with 4 octaves

Value noise with 4 octaves
