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

pub unsafe extern "C" fn curandGenerateLogNormal(
    generator: curandGenerator_t,
    outputPtr: *mut f32,
    n: usize,
    mean: f32,
    stddev: f32
) -> curandStatus_t