Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.usermodules.roelof.test.Permutation
Class to create random permutation (for shuffling)
public class
Permutation
{
// Public Constructors
public
Permutation
();
// 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
}