CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
CLHEP::NonRandomEngine Class Reference

#include <CLHEP/Random/NonRandomEngine.h>

Inheritance diagram for CLHEP::NonRandomEngine:
CLHEP::HepRandomEngine

Public Member Functions

 NonRandomEngine ()
 
virtual ~NonRandomEngine ()
 
void setNextRandom (double r)
 
void setRandomSequence (double *s, int n)
 
void setRandomInterval (double x)
 
double flat ()
 
void flatArray (const int size, double *vect)
 
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)
 
- Public Member Functions inherited from CLHEP::HepRandomEngine
 HepRandomEngine ()
 
virtual ~HepRandomEngine ()
 
bool operator== (const HepRandomEngine &engine)
 
bool operator!= (const HepRandomEngine &engine)
 
virtual void saveStatus (const char filename[]="Config.conf") const =0
 
virtual void restoreStatus (const char filename[]="Config.conf")=0
 
long getSeed () const
 
const long * getSeeds () const
 
virtual operator double ()
 
virtual operator float ()
 
virtual operator unsigned int ()
 

Static Public Member Functions

static std::string beginTag ()
 
static std::string engineName ()
 
- Static Public Member Functions inherited from CLHEP::HepRandomEngine
static std::string beginTag ()
 
static HepRandomEnginenewEngine (std::istream &is)
 
static HepRandomEnginenewEngine (const std::vector< unsigned long > &v)
 

Additional Inherited Members

- Static Protected Member Functions inherited from CLHEP::HepRandomEngine
static double exponent_bit_32 ()
 
static double mantissa_bit_12 ()
 
static double mantissa_bit_24 ()
 
static double mantissa_bit_32 ()
 
static double twoToMinus_32 ()
 
static double twoToMinus_48 ()
 
static double twoToMinus_49 ()
 
static double twoToMinus_53 ()
 
static double nearlyTwoToMinus_54 ()
 
static bool checkFile (std::istream &file, const std::string &filename, const std::string &classname, const std::string &methodname)
 
- Protected Attributes inherited from CLHEP::HepRandomEngine
long theSeed
 
const long * theSeeds
 

Detailed Description

Author

Definition at line 40 of file NonRandomEngine.h.

Constructor & Destructor Documentation

◆ NonRandomEngine()

CLHEP::NonRandomEngine::NonRandomEngine ( )

◆ ~NonRandomEngine()

virtual CLHEP::NonRandomEngine::~NonRandomEngine ( )
virtual

Member Function Documentation

◆ beginTag()

static std::string CLHEP::NonRandomEngine::beginTag ( )
static

◆ engineName()

static std::string CLHEP::NonRandomEngine::engineName ( )
inlinestatic

Definition at line 72 of file NonRandomEngine.h.

◆ flat()

double CLHEP::NonRandomEngine::flat ( )
virtual

◆ flatArray()

void CLHEP::NonRandomEngine::flatArray ( const int size,
double * vect )
virtual

◆ get() [1/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ get() [2/2]

virtual std::istream & CLHEP::NonRandomEngine::get ( std::istream & is)
virtual

Reimplemented from CLHEP::HepRandomEngine.

◆ getState() [1/2]

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

Reimplemented from CLHEP::HepRandomEngine.

◆ getState() [2/2]

virtual std::istream & CLHEP::NonRandomEngine::getState ( std::istream & is)
virtual

Reimplemented from CLHEP::HepRandomEngine.

◆ name()

std::string CLHEP::NonRandomEngine::name ( ) const
virtual

◆ put() [1/2]

std::vector< unsigned long > CLHEP::NonRandomEngine::put ( ) const
virtual

Reimplemented from CLHEP::HepRandomEngine.

◆ put() [2/2]

virtual std::ostream & CLHEP::NonRandomEngine::put ( std::ostream & os) const
virtual

Reimplemented from CLHEP::HepRandomEngine.

◆ setNextRandom()

void CLHEP::NonRandomEngine::setNextRandom ( double r)

◆ setRandomInterval()

void CLHEP::NonRandomEngine::setRandomInterval ( double x)

◆ setRandomSequence()

void CLHEP::NonRandomEngine::setRandomSequence ( double * s,
int n )

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