Skip to main content

watts_strogatz

Function watts_strogatz 

Source
pub fn watts_strogatz(n: usize, k: usize, p_rewire: f64, seed: u64) -> Vec<u8> 
Expand description

Watts-Strogatz small-world network.

Returns adjacency matrix as flat row-major Vec of shape [n, n].