pub unsafe extern "C" fn SCIPpermuteIntArray(
    array: *mut c_int,
    begin: c_int,
    end: c_int,
    randseed: *mut c_uint
)
Expand description

randomly shuffles parts of an integer array using the Fisher-Yates algorithm

@deprecated Please use SCIPrandomPermuteIntArray()