Enum tcod::random::Algo
[−]
[src]
#[repr(C)]pub enum Algo { MT, CMWC, }
Variants
MTCMWCTrait Implementations
impl Copy for Algo[src]
impl Clone for Algo[src]
fn clone(&self) -> Algo
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