20#ifndef ORES_DQ_GENERATORS_NATURE_DIMENSION_GENERATOR_HPP
21#define ORES_DQ_GENERATORS_NATURE_DIMENSION_GENERATOR_HPP
24#include "ores.dq/domain/nature_dimension.hpp"
26namespace ores::dq::generators {
31domain::nature_dimension generate_synthetic_nature_dimension();
36std::vector<domain::nature_dimension>
37generate_synthetic_nature_dimensions(std::size_t n);