public class PermutationUtility
extends java.lang.Object
Constructor and Description |
---|
PermutationUtility() |
Modifier and Type | Method and Description |
---|---|
int[] |
intPermutation(int length)
Returns a permutation vector between the 0 and (length - 1)
|