#include <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 39 of file RandGeneral.h.
CLHEP::RandGeneral::RandGeneral |
( |
const double * |
aProbFunc, |
|
|
int |
theProbSize, |
|
|
int |
IntType = 0 |
|
) |
| |
CLHEP::RandGeneral::RandGeneral |
( |
HepRandomEngine & |
anEngine, |
|
|
const double * |
aProbFunc, |
|
|
int |
theProbSize, |
|
|
int |
IntType = 0 |
|
) |
| |
CLHEP::RandGeneral::RandGeneral |
( |
HepRandomEngine * |
anEngine, |
|
|
const double * |
aProbFunc, |
|
|
int |
theProbSize, |
|
|
int |
IntType = 0 |
|
) |
| |
CLHEP::RandGeneral::~RandGeneral |
( |
| ) |
|
|
virtual |
static std::string CLHEP::RandGeneral::distributionName |
( |
| ) |
|
|
inlinestatic |
double CLHEP::RandGeneral::fire |
( |
| ) |
|
void CLHEP::RandGeneral::fireArray |
( |
const int |
size, |
|
|
double * |
vect |
|
) |
| |
std::istream & CLHEP::RandGeneral::get |
( |
std::istream & |
is | ) |
|
|
virtual |
std::string CLHEP::RandGeneral::name |
( |
| ) |
const |
|
virtual |
double CLHEP::RandGeneral::operator() |
( |
| ) |
|
|
virtual |
std::ostream & CLHEP::RandGeneral::put |
( |
std::ostream & |
os | ) |
const |
|
virtual |
double CLHEP::RandGeneral::shoot |
( |
| ) |
|
|
inline |
void CLHEP::RandGeneral::shootArray |
( |
const int |
size, |
|
|
double * |
vect |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: