20#ifndef ORES_SYNTHETIC_GENERATORS_ACCOUNT_GENERATOR_HPP
21#define ORES_SYNTHETIC_GENERATORS_ACCOUNT_GENERATOR_HPP
24#include "ores.iam/domain/account.hpp"
25#include "ores.synthetic/domain/generation_context.hpp"
27namespace ores::synthetic::generators {
52std::vector<iam::domain::account>
62std::vector<iam::domain::account>
domain::account generate_synthetic_account()
Generates a synthetic account.
Definition account_generator.cpp:31
std::vector< domain::account > generate_synthetic_accounts(std::size_t n)
Generates N synthetic accounts.
Definition account_generator.cpp:57