Fully-mixed temporal network#
-
template<integer_network_vertex VertT, std::uniform_random_bit_generator Gen>
undirected_temporal_network<VertT, double> random_fully_mixed_temporal_network(VertT size, double rate, double max_t, Gen &generator)#
Generates a random temporal network of size size
where each link
(connection between two vertices) is activated on times determined by an
exponential inter-event time distribution at constant rate rate
.