Function coco_sys::coco_random_uniform [−][src]
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.
