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

Method scramble

app/src/main/java/cs/sq12phase/Search.java:74–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 }
73
74 public String scramble() {
75 String scr;
76 do {
77 scr = solution(FullCube.randomCube(), INVERSE_SOLUTION);
78 } while (scr.length() < 4);
79 return scr;
80 }
81
82 public String scramble(int shape) {
83 String scr;

Callers

nothing calls this directly

Calls 3

solutionMethod · 0.95
randomCubeMethod · 0.95
lengthMethod · 0.80

Tested by

no test coverage detected