Struct rng_config
Defined in File rng_config.hpp
Inheritance Relationships
Base Type
public rcppsw::config::base_config
(Struct base_config)
Struct Documentation
-
struct rng_config : public rcppsw::config::base_config
Parameters for rng objects.
Public Members
-
int seed = {-1}
The seed to use. If -1, then the current time should be used to seed RNG.
-
int seed = {-1}