20#ifndef ORES_CONNECTIONS_GENERATORS_TAG_GENERATOR_HPP
21#define ORES_CONNECTIONS_GENERATORS_TAG_GENERATOR_HPP
24#include "ores.connections/domain/tag.hpp"
26namespace ores::connections::generators {
domain::tag generate_synthetic_tag()
Generates a synthetic tag.
Definition tag_generator.cpp:33
std::vector< domain::tag > generate_synthetic_tags(std::size_t n)
Generates N synthetic tags. May contain duplicates.
Definition tag_generator.cpp:49
std::vector< domain::tag > generate_unique_synthetic_tags(std::size_t n)
Generates N synthetic tags with unique names.
Definition tag_generator.cpp:58