array Array.permute(array in, int number)
Give a specified permutation of an array.
The number of permutations is equal to sizeof(in)! (the factorial of the size of the given array).
sizeof(in)!
Array.shuffle