| Calling Sequence | CreateRandPermutation(n)
| |||||||||
| Parameters |
| |||||||||
| Return Type | list(integer) | |||||||||
| Synopsis | Returns a random permutation of the integers from 1 to n. | |||||||||
| Examples | > CreateRandPermutation(5); [2, 1, 5, 3, 4] | |||||||||
| See also | CreateRandSeq, Mutate, Permutation, Rand, SetRand, SetRandSeed, Shuffle | |||||||||