blitz Version 0.9
Public Types | Public Member Functions | Static Protected Attributes
IRNGWrapper< IRNG, sharedState > Class Template Reference

#include <default.h>

List of all members.

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_

template<typename IRNG>
class IRNGWrapper< IRNG, sharedState >


Member Typedef Documentation

template<typename IRNG >
typedef IRNG::T_state IRNGWrapper< IRNG, sharedState >::T_state

Member Function Documentation

template<typename IRNG >
T_state IRNGWrapper< IRNG, sharedState >::getState ( ) const [inline]
template<typename IRNG >
std::string IRNGWrapper< IRNG, sharedState >::getStateString ( ) const [inline]
template<typename IRNG >
void IRNGWrapper< IRNG, sharedState >::seed ( IRNG_int  x) [inline]
template<typename IRNG >
void IRNGWrapper< IRNG, sharedState >::setState ( const std::string &  s) [inline]
template<typename IRNG >
void IRNGWrapper< IRNG, sharedState >::setState ( const T_state s) [inline]

Member Data Documentation

template<typename IRNG >
IRNG IRNGWrapper< IRNG, sharedState >::irng_ [static, protected]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines