@FunctionalInterface
public interface BigIntegerShuffler
Modifier and Type | Field and Description |
---|---|
static BigIntegerShuffler |
IDENTITY |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getShuffledIndex(java.math.BigInteger index)
Retrieves the value corresponding to
index in the permutation associated with this shuffler. |
static final BigIntegerShuffler IDENTITY