package
0.1.0-rc1
Repository: https://github.com/keinos/go-noise.git
Documentation: pkg.go.dev

# Functions

New returns a noise generator instance of seeded Perlin noise.

# Constants

Alpha is the default smoothness of Perlin noise.
Beta is the default scale of Perlin noise.
Iteration is the default number of iterations of Perlin noise.

# Structs

Generator holds parameters of Perlin noise.