pub fn hg_graph_generator(
    n: usize,
    k_bar: f64,
    exp_gamma: f64,
    t: f64,
    zeta: f64,
    seed: u32
) -> Result<(Vec<HgCoordinateType>, Vec<HgConnectionType>), &'static str>