CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

CLHEP::DualRand Class Reference

#include <DualRand.h>

Inheritance diagram for CLHEP::DualRand:

CLHEP::HepRandomEngine List of all members.

Public Member Functions

 DualRand ()
 DualRand (long seed)
 DualRand (std::istream &is)
 DualRand (int rowIndex, int colIndex)
virtual ~DualRand ()
double flat ()
void flatArray (const int size, double *vect)
void setSeed (long seed, int)
void setSeeds (const long *seeds, int)
void saveStatus (const char filename[]="DualRand.conf") const
void restoreStatus (const char filename[]="DualRand.conf")
void showStatus () const
 operator float ()
 operator unsigned int ()
virtual std::ostream & put (std::ostream &os) const
virtual std::istream & get (std::istream &is)
virtual std::istream & getState (std::istream &is)
std::string name () const
std::vector< unsigned long > put () const
bool get (const std::vector< unsigned long > &v)
bool getState (const std::vector< unsigned long > &v)

Static Public Member Functions

static std::string beginTag ()
static std::string engineName ()

Static Public Attributes

static const unsigned int VECTOR_STATE_SIZE = 9

Classes

class  IntegerCong
class  Tausworthe

Detailed Description

Author:

Definition at line 51 of file DualRand.h.


Constructor & Destructor Documentation

CLHEP::DualRand::DualRand (  ) 

Definition at line 74 of file DualRand.cc.

References CLHEP::HepRandomEngine::theSeed.

CLHEP::DualRand::DualRand ( long  seed  ) 

Definition at line 83 of file DualRand.cc.

References CLHEP::HepRandomEngine::theSeed.

CLHEP::DualRand::DualRand ( std::istream &  is  ) 

Definition at line 91 of file DualRand.cc.

CLHEP::DualRand::DualRand ( int  rowIndex,
int  colIndex 
)

Definition at line 97 of file DualRand.cc.

References CLHEP::HepRandomEngine::theSeed.

CLHEP::DualRand::~DualRand (  )  [virtual]

Definition at line 105 of file DualRand.cc.


Member Function Documentation

std::string CLHEP::DualRand::beginTag (  )  [static]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 268 of file DualRand.cc.

static std::string CLHEP::DualRand::engineName (  )  [inline, static]

Definition at line 97 of file DualRand.h.

Referenced by restoreStatus().

double CLHEP::DualRand::flat (  )  [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 107 of file DualRand.cc.

References CLHEP::HepRandomEngine::nearlyTwoToMinus_54(), CLHEP::HepRandomEngine::twoToMinus_32(), and CLHEP::HepRandomEngine::twoToMinus_53().

Referenced by flatArray(), and main().

void CLHEP::DualRand::flatArray ( const int  size,
double *  vect 
) [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 116 of file DualRand.cc.

References flat().

bool CLHEP::DualRand::get ( const std::vector< unsigned long > &  v  )  [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 308 of file DualRand.cc.

References getState(), and VECTOR_STATE_SIZE.

std::istream & CLHEP::DualRand::get ( std::istream &  is  )  [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 251 of file DualRand.cc.

References getState().

bool CLHEP::DualRand::getState ( const std::vector< unsigned long > &  v  )  [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 322 of file DualRand.cc.

std::istream & CLHEP::DualRand::getState ( std::istream &  is  )  [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 272 of file DualRand.cc.

References CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, and VECTOR_STATE_SIZE.

Referenced by get(), and restoreStatus().

std::string CLHEP::DualRand::name (  )  const [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 63 of file DualRand.cc.

CLHEP::DualRand::operator float (  )  [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 212 of file DualRand.cc.

References CLHEP::HepRandomEngine::nearlyTwoToMinus_54(), and CLHEP::HepRandomEngine::twoToMinus_32().

CLHEP::DualRand::operator unsigned int (  )  [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 218 of file DualRand.cc.

std::vector< unsigned long > CLHEP::DualRand::put (  )  const [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 243 of file DualRand.cc.

Referenced by put(), and saveStatus().

std::ostream & CLHEP::DualRand::put ( std::ostream &  os  )  const [virtual]

Reimplemented from CLHEP::HepRandomEngine.

Definition at line 222 of file DualRand.cc.

References put(), and CLHEP::HepRandomEngine::theSeed.

void CLHEP::DualRand::restoreStatus ( const char  filename[] = "DualRand.conf"  )  [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 162 of file DualRand.cc.

References CLHEP::HepRandomEngine::checkFile(), engineName(), getState(), CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, and VECTOR_STATE_SIZE.

void CLHEP::DualRand::saveStatus ( const char  filename[] = "DualRand.conf"  )  const [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 133 of file DualRand.cc.

References put(), and CLHEP::HepRandomEngine::theSeed.

void CLHEP::DualRand::setSeed ( long  seed,
int   
) [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 122 of file DualRand.cc.

References CLHEP::HepRandomEngine::theSeed.

Referenced by setSeeds().

void CLHEP::DualRand::setSeeds ( const long *  seeds,
int   
) [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 128 of file DualRand.cc.

References setSeed(), and CLHEP::HepRandomEngine::theSeeds.

void CLHEP::DualRand::showStatus (  )  const [virtual]

Implements CLHEP::HepRandomEngine.

Definition at line 197 of file DualRand.cc.

References CLHEP::HepRandomEngine::theSeed.


Member Data Documentation

const unsigned int CLHEP::DualRand::VECTOR_STATE_SIZE = 9 [static]

Definition at line 103 of file DualRand.h.

Referenced by get(), getState(), and restoreStatus().


The documentation for this class was generated from the following files:
Generated on 15 Nov 2012 for CLHEP by  doxygen 1.4.7