Enum arrayfire::RandomEngineType [] [src]

#[repr(C)]
pub enum RandomEngineType { PHILOX_4X32_10, THREEFRY_2X32_16, MERSENNE_GP11213, }

Random engine types

Variants

Philox variant with N=4, W=32 and Rounds=10

Threefry variant with N=2, W=32 and Rounds=16

Mersenne variant with MEXP = 11213

Trait Implementations

impl Clone for RandomEngineType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RandomEngineType
[src]

impl Debug for RandomEngineType
[src]

Formats the value using the given formatter.

impl PartialEq for RandomEngineType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<i32> for RandomEngineType
[src]

Performs the conversion.