Modify the random permutation function f in order to remove numbers i from the numbers that are available in the random permutation
remove_remaining(f, i)
Function created by random_permutation()
Integer vector of numbers that should be removed from remaining numbers in the random permutation that is produced by f
A random permutation function which will not produce the numbers in i anymore.