Stride Reference Manual  - generated for commit 9643b11
stride::util::RnInfo Struct Reference

Information on random number management state. More...

#include <RnInfo.h>

Collaboration diagram for stride::util::RnInfo:
Collaboration graph

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...
 

Detailed Description

Information on random number management state.

Definition at line 32 of file RnInfo.h.

Constructor & Destructor Documentation

stride::util::RnInfo::RnInfo ( std::string  seed_seq_init = "1,2,3,4",
std::string  state = "",
unsigned int  stream_count = 1U 
)
inlineexplicit

Definition at line 34 of file RnInfo.h.

Member Data Documentation

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<<().


The documentation for this struct was generated from the following file: