random_graph_np

Function random_graph_np 

Source
pub fn random_graph_np<N, E, R>(rng: &mut R, n: usize, p: f64) -> UnGraph<N, E>
where Standard: Distribution<N> + Distribution<E>, R: Rng + ?Sized,