Struct tcod::noise::NoiseInitializer [] [src]

pub struct NoiseInitializer { /* fields omitted */ }

An initializer is used to customize creation of a Noise object.

Methods

impl NoiseInitializer
[src]

Sets the hurst value of the noise generator.

Sets the lacunarity value of the noise generator.

Sets the noise type the generator produces.

Sets a custom random number generator. Use tcod::random::Rng instance.

Finalizes creation and returns a new Noise object.