()
| 249 | |
| 250 | |
| 251 | public static String randomLastLayer() { |
| 252 | return randomState( |
| 253 | new int[] { -1, -1, -1, -1, 4, 5, 6, 7 }, |
| 254 | new int[] { -1, -1, -1, -1, 0, 0, 0, 0 }, |
| 255 | new int[] { -1, -1, -1, -1, 4, 5, 6, 7, 8, 9, 10, 11 }, |
| 256 | new int[] { -1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }); |
| 257 | } |
| 258 | |
| 259 | public static String randomPLL() { |
| 260 | return randomState( |
no test coverage detected