Struct tcod::noise::Noise [] [src]

pub struct Noise { /* fields omitted */ }

Noise object encapsulates a noise generator.

Methods

impl Noise
[src]

Return an instance of NoiseInitializer which is used to customize the creation of Noise object.

Trait Implementations

impl Debug for Noise
[src]

Formats the value using the given formatter.

impl Drop for Noise
[src]

A method called when the value goes out of scope. Read more