coco_random_uniform

Function coco_random_uniform 

Source
pub unsafe extern "C" fn coco_random_uniform(
    state: *mut coco_random_state_t,
) -> f64
Expand description

@brief Returns one uniform [0, 1) random value from the random number generator associated with the given state.