RandomEngineBoostImplementation< boost_engine > Class Template Reference

Template for easy construction of RandomEngines using boost::random random number generators. More...

#include <RandomEngine.h>

Inheritance diagram for RandomEngineBoostImplementation< boost_engine >:

Inheritance graph
[legend]
Collaboration diagram for RandomEngineBoostImplementation< boost_engine >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 RandomEngineBoostImplementation ()
virtual ~RandomEngineBoostImplementation ()
virtual double operator() ()
 Returns a random number in the interval [0,1).
virtual void seed (unsigned s)
 Seed the random generator.


Detailed Description

template<typename boost_engine>
class RandomEngineBoostImplementation< boost_engine >

Template for easy construction of RandomEngines using boost::random random number generators.

Definition at line 62 of file RandomEngine.h.


Constructor & Destructor Documentation

template<typename boost_engine>
RandomEngineBoostImplementation< boost_engine >::RandomEngineBoostImplementation (  )  [inline]

Definition at line 66 of file RandomEngine.h.

template<typename boost_engine>
virtual RandomEngineBoostImplementation< boost_engine >::~RandomEngineBoostImplementation (  )  [inline, virtual]

Definition at line 71 of file RandomEngine.h.


Member Function Documentation

template<typename boost_engine>
virtual double RandomEngineBoostImplementation< boost_engine >::operator() (  )  [inline, virtual]

Returns a random number in the interval [0,1).

Implements RandomEngine.

Definition at line 73 of file RandomEngine.h.

template<typename boost_engine>
virtual void RandomEngineBoostImplementation< boost_engine >::seed ( unsigned  s  )  [inline, virtual]


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

Generated on Wed Jul 9 16:34:52 2008 for PCSIM by  doxygen 1.5.5