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

Method scramble

app/src/main/java/solver/Cube222.java:393–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391 }
392
393 public static String scramble() {
394 String scramble;
395 do {
396 int p = r.nextInt(5040);
397 int o = r.nextInt(729);
398 scramble = solve(p, o);
399 } while (scramble.equals("error"));
400 return scramble;
401 }
402
403 public static String scrambleEG(int type) {
404 String scramble;

Callers 2

scrambleWCAMethod · 0.95
generateScrambleMethod · 0.95

Calls 4

solveMethod · 0.95
searchMethod · 0.95
toStringMethod · 0.80
equalsMethod · 0.45

Tested by

no test coverage detected