#include <default.h>
Public Types | |
typedef IRNG::T_state | T_state |
Public Member Functions | |
void | seed (IRNG_int x) |
T_state | getState () const |
std::string | getStateString () const |
void | setState (const T_state &s) |
void | setState (const std::string &s) |
Static Protected Attributes | |
static IRNG | irng_ |
typedef IRNG::T_state IRNGWrapper< IRNG, sharedState >::T_state |
void IRNGWrapper< IRNG, sharedState >::seed | ( | IRNG_int | x | ) | [inline] |
T_state IRNGWrapper< IRNG, sharedState >::getState | ( | ) | const [inline] |
std::string IRNGWrapper< IRNG, sharedState >::getStateString | ( | ) | const [inline] |
void IRNGWrapper< IRNG, sharedState >::setState | ( | const T_state & | s | ) | [inline] |
void IRNGWrapper< IRNG, sharedState >::setState | ( | const std::string & | s | ) | [inline] |
IRNG IRNGWrapper< IRNG, sharedState >::irng_ [inline, static, protected] |