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