blitz Version 1.0.2
Loading...
Searching...
No Matches
ranlib::IRNGWrapper< IRNG, sharedState > Class Template Reference

#include <default.h>

Collaboration diagram for ranlib::IRNGWrapper< IRNG, sharedState >:
Collaboration graph

Public Types

typedef IRNG::T_state T_state
 

Public Member Functions

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)
 

Static Protected Attributes

static IRNG irng_
 

Member Typedef Documentation

◆ T_state

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

Member Function Documentation

◆ getState()

template<typename IRNG >
T_state ranlib::IRNGWrapper< IRNG, sharedState >::getState ( ) const
inline

◆ getStateString()

template<typename IRNG >
std::string ranlib::IRNGWrapper< IRNG, sharedState >::getStateString ( ) const
inline

◆ seed() [1/2]

template<typename IRNG >
void ranlib::IRNGWrapper< IRNG, sharedState >::seed ( IRNG_int  x)
inline

◆ seed() [2/2]

template<typename IRNG >
void ranlib::IRNGWrapper< IRNG, sharedState >::seed ( std::vector< IRNG_int x)
inline

◆ setState() [1/2]

template<typename IRNG >
void ranlib::IRNGWrapper< IRNG, sharedState >::setState ( const std::string &  s)
inline

◆ setState() [2/2]

template<typename IRNG >
void ranlib::IRNGWrapper< IRNG, sharedState >::setState ( const T_state s)
inline

Member Data Documentation

◆ irng_

template<typename IRNG >
IRNG ranlib::IRNGWrapper< IRNG, sharedState >::irng_
staticprotected

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