20#ifndef ORES_DQ_GENERATORS_BADGE_DEFINITION_GENERATOR_HPP
21#define ORES_DQ_GENERATORS_BADGE_DEFINITION_GENERATOR_HPP
24#include "ores.dq/domain/badge_definition.hpp"
25#include "ores.utility/generation/generation_context.hpp"
27namespace ores::dq::generators {
32domain::badge_definition generate_synthetic_badge_definition(
33 utility::generation::generation_context& ctx);
38std::vector<domain::badge_definition>
39generate_synthetic_badge_definitions(std::size_t n,
40 utility::generation::generation_context& ctx);