Expand description
Configurable noise generator struct for the noise-functions
crate.
Every enum
of this crate implements FromStr
, to_str
and has a VARIANTS
constant.
§Feature flags
std
(enabled by default) — Uses floating point functions from the standard library.libm
— Required forno_std
.nightly-simd
— Adds support for sampling with simd types.
Re-exports§
pub use noise_functions;