Enum tcod::random::Algo [] [src]

#[repr(C)]
pub enum Algo { MT, CMWC, }

Variants

Trait Implementations

impl Copy for Algo
[src]

impl Clone for Algo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more