1#ifndef FPMAS_SPATIAL_AGENT_MAPPING_H
2#define FPMAS_SPATIAL_AGENT_MAPPING_H
11namespace fpmas {
namespace model {
50 std::unordered_map<DistributedId, std::size_t> mapping;
76 std::size_t agent_count
Definition: communication.h:251
Definition: spatial_model.h:90
Definition: spatial_model.h:656
Definition: generator.h:113
UniformRandomBitGenerator< Generator_t >::result_type result_type
Definition: generator.h:120
Definition: spatial_agent_mapping.h:27
static void seed(random::mt19937_64::result_type seed)
Definition: spatial_agent_mapping.cpp:8
static random::mt19937_64 rd
Definition: spatial_agent_mapping.h:31