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

Method randomLastLayer

app/src/main/java/cs/min2phase/Tools.java:251–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249
250
251 public static String randomLastLayer() {
252 return randomState(
253 new int[] { -1, -1, -1, -1, 4, 5, 6, 7 },
254 new int[] { -1, -1, -1, -1, 0, 0, 0, 0 },
255 new int[] { -1, -1, -1, -1, 4, 5, 6, 7, 8, 9, 10, 11 },
256 new int[] { -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0 });
257 }
258
259 public static String randomPLL() {
260 return randomState(

Callers 1

generateScrambleMethod · 0.95

Calls 1

randomStateMethod · 0.95

Tested by

no test coverage detected