igraph_rng_sample_sphere_surface

Function igraph_rng_sample_sphere_surface 

Source
pub unsafe extern "C" fn igraph_rng_sample_sphere_surface(
    rng: *mut igraph_rng_t,
    dim: igraph_int_t,
    n: igraph_int_t,
    radius: igraph_real_t,
    positive: igraph_bool_t,
    res: *mut igraph_matrix_t,
) -> igraph_error_t