Skip to main content

curandState

Type Alias curandState 

Source
pub type curandState = curandStateXORWOW;
Expand description

CURAND XORWOW state

Aliased Type§

#[repr(C)]
pub struct curandState { pub d: u32, pub v: [u32; 5], pub boxmuller_flag: i32, pub boxmuller_flag_double: i32, pub boxmuller_extra: f32, pub boxmuller_extra_double: f64, }

Fields§

§d: u32§v: [u32; 5]§boxmuller_flag: i32§boxmuller_flag_double: i32§boxmuller_extra: f32§boxmuller_extra_double: f64