coco_random_new

Function coco_random_new 

Source
pub unsafe extern "C" fn coco_random_new(
    seed: u32,
) -> *mut coco_random_state_t
Expand description

@brief Creates and returns a new random number state using the given seed.