nag_rngs_permute (g05nac) performs a pseudorandom permutation of a vector of integers.
nag_rngs_permute (g05nac) permutes the elements of an integer array without inspecting their values. Each of the possible permutations of the values may be regarded as being equally probable.
Even for modest values of
(greater than
say), it is theoretically impossible that all
permutations may occur, as
exceeds the cycle length of
nag_rngs_basic (g05kac) for any valid value of
igen. For practical purposes this is irrelevant, as the time necessary to generate all possible permutations is many millenia.
One of the initialization functions
nag_rngs_init_repeatable (g05kbc) (for a repeatable sequence if computed sequentially) or
nag_rngs_init_nonrepeatable (g05kcc) (for a non-repeatable sequence) must be called prior to the first call to nag_rngs_permute (g05nac).
Not applicable.
None.
In the example program a vector containing the first eight positive integers in ascending order is permuted by a call to nag_rngs_permute (g05nac) and the permutation is printed. This is repeated a total of ten times, after initialization by
nag_rngs_init_repeatable (g05kbc).
None.