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 Permutation
samplePermutation
(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, wait
Methods 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