fn lazy_random_walk(graph: &[f64], n: usize, node: usize) -> Vec<f64>Expand description
Lazy random walk distribution from node: probability IDLENESS
stays, the remainder is split across outgoing edges by coupling
weight. A sink (no outgoing weight) keeps all mass at node.