blitz Version 0.10
IRNGWrapper< IRNG, independentState > Class Template Reference

#include <default.h>

List of all members.

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_

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename IRNG >
IRNGWrapper< IRNG, independentState >::IRNGWrapper ( ) [inline]
template<typename IRNG >
IRNGWrapper< IRNG, independentState >::IRNGWrapper ( unsigned int  i) [inline]

Member Function Documentation

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

Member Data Documentation

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

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