RandomKRegular
The k-regular partial mesh: a seeded random k-out sample of the roster (k = recommendedActiveViewSize(N), via partialView), re-drawn on roster churn. The union of every peer's independent draw is connected with high probability — see recommendedActiveViewSize.
random must be seeded per-peer by the caller (e.g. from the peer's identity) so peers choose independently — a shared seed would make every peer pick the same neighbours, collapsing the random graph. The policy owns all selection randomness; use one instance per node.