Merging reservoir samples by replaying one buffer into the other makes percentiles order-dependent
A.merge(B) reported p99=100, B.merge(A) reported p50=10,000 — both wrong. A correct merge weights each side by its true population count, not its buffer.
