Non-Deterministic Output from NetworkX Label Propagation
NetworkX's label_propagation_communities function (introduced in v2.6) offers a fast, near-linear-time approach to community detection. However, its tie-breaking mechanism relies on the global Python random module, and the public API does not expose a seed parameter. This means successive calls on the same graph can yield different partitions unless the user