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

Method reset

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

Source from the content-addressed store, hash-verified

121 }
122
123 private static void reset() {
124 for (int i = 0; i < 8; i++) {
125 state[0][i] = i;
126 state[1][i] = 0;
127 }
128 }
129
130 private static int getprmmv(int p, int m) {
131 //given position p<5040 and move m<3, return new position number

Callers 3

randomEGMethod · 0.95
randomTEGMethod · 0.95
onDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected