random_tasks_graph

Function random_tasks_graph 

Source
pub fn random_tasks_graph<N, E, R, A>(
    rng: &mut R,
    num_components: usize,
    n_range: A,
    p: f64,
) -> DiGraph<N, E>