igraph_bipartite_game_gnp

Function igraph_bipartite_game_gnp 

Source
pub unsafe extern "C" fn igraph_bipartite_game_gnp(
    graph: *mut igraph_t,
    types: *mut igraph_vector_bool_t,
    n1: igraph_int_t,
    n2: igraph_int_t,
    p: igraph_real_t,
    directed: igraph_bool_t,
    mode: igraph_neimode_t,
    allowed_edge_types: igraph_edge_type_sw_t,
    edge_labeled: igraph_bool_t,
) -> igraph_error_t