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