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