Enum tcod::random::Distribution
[−]
[src]
#[repr(C)]pub enum Distribution { Linear, Gaussian, GaussianRange, GaussianInverse, GaussianRangeInverse, }
Variants
Linear
Gaussian
GaussianRange
GaussianInverse
GaussianRangeInverse
Trait Implementations
impl Copy for Distribution
[src]
impl Clone for Distribution
[src]
fn clone(&self) -> Distribution
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more