#include <havoqgt/mpi.hpp>
#include <havoqgt/detail/hash.hpp>
#include <havoqgt/detail/preferential_attachment.hpp>
#include <boost/random.hpp>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
havoqgt | |
havoqgt::mpi | |
Functions | |
template<typename EdgeType > | |
void | havoqgt::mpi::gen_preferential_attachment_edge_list (std::vector< EdgeType > &local_edges, uint64_t in_base_seed, uint64_t in_node_scale, uint64_t in_edge_scale, double in_beta, double in_prob_rewire, MPI_Comm in_comm) |