MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / ctcpSign

Method ctcpSign

app/src/main/java/solver/RouxMU.java:94–98  ·  view source on GitHub ↗
(int ct, int cp)

Source from the content-addressed store, hash-verified

92 }
93
94 private static boolean ctcpSign(int ct, int cp) {
95 boolean a = ct % 2 == 0;
96 boolean b = cp % 2 == 0;
97 return a == b;
98 }
99
100 public static String scramble(Random r) {
101 int ep, ct, cp;

Callers 1

scrambleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected