Noisex.Noise.noise_map
You're seeing just the function
noise_map
, go back to Noisex.Noise module for more information.
Specs
Generates a 2D noise map of size
and returns it.
iex> {:ok, noise} = Noisex.Noise.new()
iex> Noisex.Noise.noise_map(noise, {20, 20})