Thrill
0.1
|
#include <examples/page_rank/zipf_graph_gen.hpp>
#include <thrill/common/logger.hpp>
#include <tlx/cmdline_parser.hpp>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
underlying random number generator
Definition at line 30 of file zipf_graph_gen.cpp.
References CmdlineParser::add_bool(), CmdlineParser::add_double(), CmdlineParser::add_param_bytes(), ZipfGraphGen::GenerateOutgoing(), ZipfGraphGen::Initialize(), ZipfGraphGen::link_zipf_exponent, ZipfGraphGen::link_zipf_scale, CmdlineParser::process(), ZipfGraphGen::size_mean, ZipfGraphGen::size_var, and thrill::mem::to_string().