Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.runs.gk.PermutationTest
Class to create random permutation (for shuffling)
public class
PermutationTest
{
// Public Constructors
public
PermutationTest
();
// Class Methods
public static void
main
(String[] args);
args
// Public Instance Methods
public int[]
getPerm
(int N);
Get permutation from 1:N
N
returns
Array of permutated indices from 1 to N
}