pure-noise-0.2.1.0: High-performance composable noise generation (Perlin, Simplex, Cellular)
MaintainerJeremy Nuttall <jeremy@jeremy-nuttall.com>
Stabilityexperimental
Safe HaskellNone
LanguageGHC2021

Numeric.Noise.SuperSimplex

Contents

Description

This module implements a variation of OpenSimplex2 noise derived from FastNoiseLite. See openSimplex2S

Synopsis

2D Noise

noise2Base :: RealFrac a => Seed -> a -> a -> a Source #