()
| 257 | } |
| 258 | |
| 259 | public static String randomPLL() { |
| 260 | return randomState( |
| 261 | new int[] { -1, -1, -1, -1, 4, 5, 6, 7 }, |
| 262 | STATE_SOLVED, |
| 263 | new int[] { -1, -1, -1, -1, 4, 5, 6, 7, 8, 9, 10, 11 }, |
| 264 | STATE_SOLVED); |
| 265 | } |
| 266 | |
| 267 | public static String randomLastSlot() { |
| 268 | return randomState( |
no test coverage detected