(circles)
| 13525 | } |
| 13526 | |
| 13527 | function siblings(circles) { |
| 13528 | packSiblingsRandom(circles, lcg$1()); |
| 13529 | return circles; |
| 13530 | } |
| 13531 | |
| 13532 | function defaultRadius(d) { |
| 13533 | return Math.sqrt(d.value); |
nothing calls this directly
no test coverage detected