(_ int)
| 305 | } |
| 306 | |
| 307 | func pointerNode(_ int) string { |
| 308 | return oneOf(list[string]{ |
| 309 | {"#", 100}, |
| 310 | {"#." + random(dict), 100}, |
| 311 | {"." + random(dict), 100}, |
| 312 | {"#acc", 10}, |
| 313 | {"#index", 10}, |
| 314 | }) |
| 315 | } |
| 316 | |
| 317 | func arrayNode(depth int) string { |
| 318 | var items []string |