export function copy(sigma) {
    const rho = permutation(sigma.length);

    _copy(sigma, sigma.length, rho);