1#ifndef BACKENDS_P4TOOLS_MODULES_TESTGEN_LIB_TEST_BACKEND_CONFIGURATION_H_ 
    2#define BACKENDS_P4TOOLS_MODULES_TESTGEN_LIB_TEST_BACKEND_CONFIGURATION_H_ 
    7#include "lib/cstring.h" 
    9namespace P4::P4Tools::P4Testgen {
 
   12using OptionalFilePath = std::optional<std::filesystem::path>;
 
   28    std::optional<unsigned int> 
seed;