pub fn generate_biased_walks_ref_parallel<G: GraphRef + Sync>(
graph: &G,
config: WalkConfig,
) -> Vec<Vec<usize>>Expand description
Deterministic parallel node2vec-style biased walk generation.
Invariant: output is stable for a fixed seed, independent of Rayon thread count.