Skip to main content

generate_biased_walks_ref_parallel

Function generate_biased_walks_ref_parallel 

Source
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.