Function scip_sys::SCIPrandomPermuteArray
source · pub unsafe extern "C" fn SCIPrandomPermuteArray(
randgen: *mut SCIP_RANDNUMGEN,
array: *mut *mut c_void,
begin: c_int,
end: c_int
)Expand description
randomly shuffles parts of an array using the Fisher-Yates algorithm