Skip to main content

set_offset

Function set_offset 

Source
pub unsafe fn set_offset(
    gen: curandGenerator_t,
    offset: u64,
) -> Result<(), CurandError>
Expand description

curandSetGeneratorOffset.

ยงSafety

gen must be live.