combinat[randperm] - construct a random permutation
|
Calling Sequence
|
|
randperm( n )
|
|
Parameters
|
|
n
|
-
|
list or set of objects, or positive integer
|
|
|
|
|
Description
|
|
•
|
If n is a list or set, then randperm returns a random permutation of the elements of n. If n is a positive integer, then a random permutation of the first n positive integers is returned.
|
•
|
The command with(combinat,randperm) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
|
|
Download Help Document
Was this information helpful?