Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeigenChou/DCTimer-Android
/ scrambleWCA
Method
scrambleWCA
app/src/main/java/solver/Cube222.java:516–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
514
}
515
516
public
static
String scrambleWCA() {
517
String scramble;
518
do {
519
scramble = scramble(4);
520
}
while
(scramble.equals(
"error"
));
521
return
scramble;
522
}
523
}
Callers
1
generateScramble
Method · 0.95
Calls
2
scramble
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected