Enum tcod::random::Distribution [] [src]

#[repr(C)]
pub enum Distribution { Linear, Gaussian, GaussianRange, GaussianInverse, GaussianRangeInverse, }

Variants

Trait Implementations

impl Copy for Distribution
[src]

impl Clone for Distribution
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more