ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Private Attributes | List of all members
ROOT::Math::StdEngine< Generator > Class Template Reference

template<class Generator>
class ROOT::Math::StdEngine< Generator >

Wrapper class for std::random generator to be included in ROOT.

Definition at line 31 of file StdRandomEngines.h.

Public Types

typedef StdRandomEngine BaseType
 

Public Member Functions

 StdEngine ()
 
void SetSeed (unsigned int seed)
 
double Rndm ()
 
unsigned int operator() ()
 

Private Attributes

Generator fGen
 

#include <Math/StdRandomEngines.h>

Member Typedef Documentation

template<class Generator >
typedef StdRandomEngine ROOT::Math::StdEngine< Generator >::BaseType

Definition at line 36 of file StdRandomEngines.h.

Constructor & Destructor Documentation

template<class Generator >
ROOT::Math::StdEngine< Generator >::StdEngine ( )
inline

Definition at line 38 of file StdRandomEngines.h.

Member Function Documentation

template<class Generator >
unsigned int ROOT::Math::StdEngine< Generator >::operator() ( )
inline

Definition at line 49 of file StdRandomEngines.h.

template<class Generator >
double ROOT::Math::StdEngine< Generator >::Rndm ( )
inline

Definition at line 42 of file StdRandomEngines.h.

template<class Generator >
void ROOT::Math::StdEngine< Generator >::SetSeed ( unsigned int  seed)
inline

Definition at line 40 of file StdRandomEngines.h.

Member Data Documentation

template<class Generator >
Generator ROOT::Math::StdEngine< Generator >::fGen
private

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