Module OgamlUtils.Noise.Perlin2D

2D Perlin noise
type t
val create : unit -> t
val create_with_seed : Random.State.t -> t
val get : t -> OgamlMath.Vector2f.t -> float