Function SCIPpermuteArray

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

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

@deprecated Please use SCIPrandomPermuteArray()