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