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

Method randomPLL

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

Source from the content-addressed store, hash-verified

257 }
258
259 public static String randomPLL() {
260 return randomState(
261 new int[] { -1, -1, -1, -1, 4, 5, 6, 7 },
262 STATE_SOLVED,
263 new int[] { -1, -1, -1, -1, 4, 5, 6, 7, 8, 9, 10, 11 },
264 STATE_SOLVED);
265 }
266
267 public static String randomLastSlot() {
268 return randomState(

Callers 1

generateScrambleMethod · 0.95

Calls 1

randomStateMethod · 0.95

Tested by

no test coverage detected