Class Permutation
java.lang.Object
dk.jonaslindstrom.ruffini.permutations.elements.Permutation
- All Implemented Interfaces:
java.util.function.Function<Integer,,Integer> java.util.function.UnaryOperator<Integer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PermutationsamplePermutation(int n, Random random) Sample a random permutation uniformly among all permutations on n elements.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
Permutation
-
Permutation
public Permutation(int n, int[] cycle) -
Permutation
public Permutation(int... permutation)
-
-
Method Details