#include <CLHEP/Random/RandGeneral.h>
|
| RandGeneral (const double *aProbFunc, int theProbSize, int IntType=0) |
|
| RandGeneral (HepRandomEngine &anEngine, const double *aProbFunc, int theProbSize, int IntType=0) |
|
| RandGeneral (HepRandomEngine *anEngine, const double *aProbFunc, int theProbSize, int IntType=0) |
|
virtual | ~RandGeneral () |
|
double | shoot () |
|
void | shootArray (const int size, double *vect) |
|
double | shoot (HepRandomEngine *anEngine) |
|
void | shootArray (HepRandomEngine *anEngine, const int size, double *vect) |
|
double | fire () |
|
void | fireArray (const int size, double *vect) |
|
double | operator() () |
|
std::ostream & | put (std::ostream &os) const |
|
std::istream & | get (std::istream &is) |
|
std::string | name () const |
|
HepRandomEngine & | engine () |
|
Public Member Functions inherited from CLHEP::HepRandom |
| HepRandom () |
|
| HepRandom (long seed) |
|
| HepRandom (HepRandomEngine &algorithm) |
|
| HepRandom (HepRandomEngine *algorithm) |
|
virtual | ~HepRandom () |
|
double | flat () |
|
void | flatArray (const int size, double *vect) |
|
double | flat (HepRandomEngine *theNewEngine) |
|
void | flatArray (HepRandomEngine *theNewEngine, const int size, double *vect) |
|
- Author
Definition at line 40 of file RandGeneral.h.
◆ RandGeneral() [1/3]
CLHEP::RandGeneral::RandGeneral |
( |
const double * | aProbFunc, |
|
|
int | theProbSize, |
|
|
int | IntType = 0 ) |
◆ RandGeneral() [2/3]
CLHEP::RandGeneral::RandGeneral |
( |
HepRandomEngine & | anEngine, |
|
|
const double * | aProbFunc, |
|
|
int | theProbSize, |
|
|
int | IntType = 0 ) |
◆ RandGeneral() [3/3]
CLHEP::RandGeneral::RandGeneral |
( |
HepRandomEngine * | anEngine, |
|
|
const double * | aProbFunc, |
|
|
int | theProbSize, |
|
|
int | IntType = 0 ) |
◆ ~RandGeneral()
virtual CLHEP::RandGeneral::~RandGeneral |
( |
| ) |
|
|
virtual |
◆ distributionName()
static std::string CLHEP::RandGeneral::distributionName |
( |
| ) |
|
|
inlinestatic |
◆ engine()
◆ fire()
double CLHEP::RandGeneral::fire |
( |
| ) |
|
|
inline |
◆ fireArray()
void CLHEP::RandGeneral::fireArray |
( |
const int | size, |
|
|
double * | vect ) |
◆ get()
std::istream & CLHEP::RandGeneral::get |
( |
std::istream & | is | ) |
|
|
virtual |
◆ name()
std::string CLHEP::RandGeneral::name |
( |
| ) |
const |
|
virtual |
◆ operator()()
double CLHEP::RandGeneral::operator() |
( |
| ) |
|
|
inlinevirtual |
◆ put()
std::ostream & CLHEP::RandGeneral::put |
( |
std::ostream & | os | ) |
const |
|
virtual |
◆ shoot() [1/2]
double CLHEP::RandGeneral::shoot |
( |
| ) |
|
|
inline |
◆ shoot() [2/2]
◆ shootArray() [1/2]
void CLHEP::RandGeneral::shootArray |
( |
const int | size, |
|
|
double * | vect ) |
|
inline |
◆ shootArray() [2/2]
void CLHEP::RandGeneral::shootArray |
( |
HepRandomEngine * | anEngine, |
|
|
const int | size, |
|
|
double * | vect ) |
The documentation for this class was generated from the following files: