public class LongScramble extends Object
long data.| Modifier and Type | Method and Description |
|---|---|
static void |
scramble(long[] data,
int offset,
int[] permutationTable)
Permute the data in the table to bit-reversed order.
|
public static void scramble(long[] data,
int offset,
int[] permutationTable)
The permutation table argument should contain pairs of indexes that indicate array elements whose contents are swapped.
data - The array to permute.offset - The offset within the array to permute.permutationTable - Table of indexes indicating, which elements in the data are to be swapped.Copyright © 2024. All rights reserved.