[][src]Function cuda::ffi::curand::curandGenerateUniformDouble

pub unsafe extern "C" fn curandGenerateUniformDouble(
    generator: curandGenerator_t,
    outputPtr: *mut f64,
    num: usize
) -> curandStatus_t