Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeigenChou/DCTimer-Android
/ randomState
Method
randomState
app/src/main/java/cs/threephase/Search.java:67–71 ·
view source on GitHub ↗
(boolean rot)
Source
from the content-addressed store, hash-verified
65
// }
66
67
public
String randomState(boolean rot) {
68
c =
new
FullCube(r);
69
search(rot);
70
return
solution;
71
}
72
73
public
String randomCenter() {
74
c =
new
FullCube(r, 1);
Callers
nothing calls this directly
Calls
1
search
Method · 0.95
Tested by
no test coverage detected