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,