const fn java_center(min: i32, max: i32) -> i32
Java integer midpoint used by vanilla jigsaw placement: (min + max) / 2.
(min + max) / 2