pub unsafe extern "C" fn SCIPrandomPermuteArray( randnumgen: *mut SCIP_RANDNUMGEN, array: *mut *mut c_void, begin: c_int, end: c_int, )
randomly shuffles parts of an array using the Fisher-Yates algorithm