type t
Module OgamlUtils.Noise.Perlin2D
2D Perlin noiseval create : unit -> t
val create_with_seed : Random.State.t -> t
val get : t -> OgamlMath.Vector2f.t -> float
type t
val create : unit -> t
val create_with_seed : Random.State.t -> t
val get : t -> OgamlMath.Vector2f.t -> float