#include <CLHEP/Random/RandExponential.h>
◆ RandExponential() [1/2]
CLHEP::RandExponential::RandExponential |
( |
HepRandomEngine & | anEngine, |
|
|
double | mean = 1.0 ) |
|
inline |
◆ RandExponential() [2/2]
CLHEP::RandExponential::RandExponential |
( |
HepRandomEngine * | anEngine, |
|
|
double | mean = 1.0 ) |
|
inline |
◆ ~RandExponential()
virtual CLHEP::RandExponential::~RandExponential |
( |
| ) |
|
|
virtual |
◆ distributionName()
static std::string CLHEP::RandExponential::distributionName |
( |
| ) |
|
|
inlinestatic |
◆ engine()
◆ fire() [1/2]
double CLHEP::RandExponential::fire |
( |
| ) |
|
|
inline |
◆ fire() [2/2]
double CLHEP::RandExponential::fire |
( |
double | mean | ) |
|
|
inline |
◆ fireArray() [1/2]
void CLHEP::RandExponential::fireArray |
( |
const int | size, |
|
|
double * | vect ) |
◆ fireArray() [2/2]
void CLHEP::RandExponential::fireArray |
( |
const int | size, |
|
|
double * | vect, |
|
|
double | mean ) |
◆ get()
std::istream & CLHEP::RandExponential::get |
( |
std::istream & | is | ) |
|
|
virtual |
◆ name()
std::string CLHEP::RandExponential::name |
( |
| ) |
const |
|
virtual |
◆ operator()() [1/2]
double CLHEP::RandExponential::operator() |
( |
| ) |
|
|
virtual |
◆ operator()() [2/2]
double CLHEP::RandExponential::operator() |
( |
double | mean | ) |
|
◆ put()
std::ostream & CLHEP::RandExponential::put |
( |
std::ostream & | os | ) |
const |
|
virtual |
◆ shoot() [1/4]
static double CLHEP::RandExponential::shoot |
( |
| ) |
|
|
static |
◆ shoot() [2/4]
static double CLHEP::RandExponential::shoot |
( |
double | mean | ) |
|
|
static |
◆ shoot() [3/4]
◆ shoot() [4/4]
double CLHEP::RandExponential::shoot |
( |
HepRandomEngine * | anEngine, |
|
|
double | mean ) |
|
inlinestatic |
◆ shootArray() [1/2]
static void CLHEP::RandExponential::shootArray |
( |
const int | size, |
|
|
double * | vect, |
|
|
double | mean = 1.0 ) |
|
static |
◆ shootArray() [2/2]
static void CLHEP::RandExponential::shootArray |
( |
HepRandomEngine * | anEngine, |
|
|
const int | size, |
|
|
double * | vect, |
|
|
double | mean = 1.0 ) |
|
static |
The documentation for this class was generated from the following files: