[][src]Module noise_fn::helpers

Structs

EmptyConfig

A struct used to automatically implement seeding for SeedOnlyNoise.

IgnoreSeed

This is a workaround for allowing both seedable and non-seedable noise functions in combining types.

Traits

SeedOnlyNoise

A helper trait which uses EmptyConfig to automatically implement seeding.

Type Definitions

Config

A type alias for the configuration struct of a seeded type.