[][src]Trait cuda::rand::CurandRngType

pub trait CurandRngType {
    fn rng_type_raw() -> curandRngType_t;
}

Required methods

fn rng_type_raw() -> curandRngType_t

Loading content...

Implementors

impl CurandRngType for CurandDefaultQrngType[src]

impl CurandRngType for CurandDefaultRngType[src]

impl CurandRngType for CurandMt19937RngType[src]

impl CurandRngType for CurandPhilox4x32_10RngType[src]

impl CurandRngType for CurandTestRngType[src]

Loading content...