pub unsafe extern "C" fn coco_random_uniform(
state: *mut coco_random_state_t,
) -> f64Expand description
@brief Returns one uniform [0, 1) random value from the random number generator associated with the given state.
pub unsafe extern "C" fn coco_random_uniform(
state: *mut coco_random_state_t,
) -> f64@brief Returns one uniform [0, 1) random value from the random number generator associated with the given state.