(int depth)
| 384 | } |
| 385 | |
| 386 | public static String randomEasyCross(int depth) { |
| 387 | int[][] e = Cross.easyCross(depth); |
| 388 | return randomState(STATE_RANDOM, STATE_RANDOM, e[0], e[1]); |
| 389 | } |
| 390 | |
| 391 | |
| 392 | public static String fromScramble(int[] scramble) { |
no test coverage detected