Stride Reference Manual
- generated for commit 9643b11
|
Information on random number management state. More...
#include <RnInfo.h>
Public Member Functions | |
RnInfo (std::string seed_seq_init="1,2,3,4", std::string state="", unsigned int stream_count=1U) | |
Public Attributes | |
std::string | m_seed_seq_init |
Seed for the engine. More... | |
std::string | m_state |
Long string representing current state. More... | |
unsigned int | m_stream_count |
Number of streams set up with the engine. More... | |
|
inlineexplicit |
std::string stride::util::RnInfo::m_seed_seq_init |
Seed for the engine.
Definition at line 35 of file RnInfo.h.
Referenced by stride::util::Rn< E >::GetInfo(), stride::util::Rn< E >::Initialize(), and stride::util::operator<<().
std::string stride::util::RnInfo::m_state |
Long string representing current state.
Definition at line 38 of file RnInfo.h.
Referenced by stride::util::Rn< E >::GetInfo(), stride::util::Rn< E >::Initialize(), and stride::util::operator<<().
unsigned int stride::util::RnInfo::m_stream_count |
Number of streams set up with the engine.
Definition at line 39 of file RnInfo.h.
Referenced by stride::util::Rn< E >::GetInfo(), stride::util::Rn< E >::Initialize(), and stride::util::operator<<().