34 explicit RnInfo(std::string seed_seq_init =
"1,2,3,4", std::string state =
"",
unsigned int stream_count = 1U)
std::string m_seed_seq_init
Seed for the engine.
std::ofstream & operator<<(std::ofstream &ofs, const CSV &csv)
unsigned int m_stream_count
Number of streams set up with the engine.
RnInfo(std::string seed_seq_init="1,2,3,4", std::string state="", unsigned int stream_count=1U)
Namespace for the simulator and related classes.
std::string m_state
Long string representing current state.
Information on random number management state.