blitz Version 0.10
|
#include <default.h>
Public Types | |
typedef IRNG::T_state | T_state |
Public Member Functions | |
IRNGWrapper () | |
IRNGWrapper (unsigned int i) | |
void | seed (IRNG_int x) |
void | seed (std::vector< IRNG_int > x) |
T_state | getState () const |
std::string | getStateString () const |
void | setState (const T_state &s) |
void | setState (const std::string &s) |
Protected Attributes | |
IRNG | irng_ |
typedef IRNG::T_state IRNGWrapper< IRNG, independentState >::T_state |
IRNGWrapper< IRNG, independentState >::IRNGWrapper | ( | ) | [inline] |
IRNGWrapper< IRNG, independentState >::IRNGWrapper | ( | unsigned int | i | ) | [inline] |
T_state IRNGWrapper< IRNG, independentState >::getState | ( | ) | const [inline] |
std::string IRNGWrapper< IRNG, independentState >::getStateString | ( | ) | const [inline] |
void IRNGWrapper< IRNG, independentState >::seed | ( | std::vector< IRNG_int > | x | ) | [inline] |
void IRNGWrapper< IRNG, independentState >::seed | ( | IRNG_int | x | ) | [inline] |
void IRNGWrapper< IRNG, independentState >::setState | ( | const std::string & | s | ) | [inline] |
void IRNGWrapper< IRNG, independentState >::setState | ( | const T_state & | s | ) | [inline] |
IRNG IRNGWrapper< IRNG, independentState >::irng_ [protected] |