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

Method randomLastSlot

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

Source from the content-addressed store, hash-verified

265 }
266
267 public static String randomLastSlot() {
268 return randomState(
269 new int[] { -1, -1, -1, -1, -1, 5, 6, 7 },
270 new int[] { -1, -1, -1, -1, -1, 0, 0, 0 },
271 new int[] { -1, -1, -1, -1, 4, 5, 6, 7, -1, 9, 10, 11 },
272 new int[] { -1, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0 });
273 }
274
275 public static String randomZBLastLayer() {
276 return randomState(

Callers 1

generateScrambleMethod · 0.95

Calls 1

randomStateMethod · 0.95

Tested by

no test coverage detected