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

Method scrambleWCA

app/src/main/java/solver/Skewb.java:150–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 public static String scrambleWCA() {
151 String scr;
152 do {
153 scr = scramble(7);
154 } while (scr.equals("error"));
155 return scr;
156 }
157
158 public static String scrambleL2L() {
159 int[] arr = new int[6], arr2 = new int[4];

Callers 1

generateScrambleMethod · 0.95

Calls 2

scrambleMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected