Program Listing for File rng_config.hpp
↰ Return to documentation for file (rcppsw/math/config/rng_config.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include "rcppsw/config/base_config.hpp"
/*******************************************************************************
* Namespaces/Decls
******************************************************************************/
namespace rcppsw::math::config {
/*******************************************************************************
* Structure Definitions
******************************************************************************/
struct rng_config final : public rcppsw::config::base_config {
int seed{-1};
};
} /* namespace rcppsw::math::config */