public static PermutationBuilder GetSuccRL2CyclicPerms(int t) { return delegate (IList<int> perm) { var P = new SuccRL2CyclicPerms_MRRR (); P.Build (perm, t, new SuccRL2CyclicPerms_MRRR.BuildParams ()); return P; }; }
public static PermutationBuilder GetSuccRL2CyclicPerms(int t, IIEncoder32 coder, short block_size) { return delegate (IList<int> perm) { var P = new SuccRL2CyclicPerms_MRRR (); P.Build (perm, t, new SuccRL2CyclicPerms_MRRR.BuildParams (coder, block_size)); return P; }; }