()
| 265 | } |
| 266 | |
| 267 | public static String randomLastSlot() { |
| 268 | return randomState( |
| 269 | new int[] { -1, -1, -1, -1, -1, 5, 6, 7 }, |
| 270 | new int[] { -1, -1, -1, -1, -1, 0, 0, 0 }, |
| 271 | new int[] { -1, -1, -1, -1, 4, 5, 6, 7, -1, 9, 10, 11 }, |
| 272 | new int[] { -1, -1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0 }); |
| 273 | } |
| 274 | |
| 275 | public static String randomZBLastLayer() { |
| 276 | return randomState( |
no test coverage detected