Enum arrayfire::RandomEngineType [−][src]
#[repr(u32)]pub enum RandomEngineType { PHILOX_4X32_10, THREEFRY_2X32_16, MERSENNE_GP11213, }
Random engine types
Variants
PHILOX_4X32_10Philox variant with N=4, W=32 and Rounds=10
THREEFRY_2X32_16Threefry variant with N=2, W=32 and Rounds=16
MERSENNE_GP11213Mersenne variant with MEXP = 11213
Trait Implementations
impl Clone for RandomEngineType[src]
impl Clone for RandomEngineTypefn clone(&self) -> RandomEngineType[src]
fn clone(&self) -> RandomEngineTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for RandomEngineType[src]
impl Copy for RandomEngineTypeimpl Debug for RandomEngineType[src]
impl Debug for RandomEngineTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for RandomEngineType[src]
impl PartialEq for RandomEngineTypefn eq(&self, other: &RandomEngineType) -> bool[src]
fn eq(&self, other: &RandomEngineType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl From<u32> for RandomEngineType[src]
impl From<u32> for RandomEngineTypefn from(t: u32) -> RandomEngineType[src]
fn from(t: u32) -> RandomEngineTypePerforms the conversion.
Auto Trait Implementations
impl Send for RandomEngineType
impl Send for RandomEngineTypeimpl Sync for RandomEngineType
impl Sync for RandomEngineType