pure-noise-0.1.0.0: Performant, modern noise generation for Haskell with minimal dependencies. Based on FastNoiseLite.
MaintainerJeremy Nuttall <jeremy@jeremy-nuttall.com>
Stabilityexperimental
Safe HaskellSafe-Inferred
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 #