#include <CLHEP/Random/RandExpZiggurat.h>
|
| RandExpZiggurat (HepRandomEngine &anEngine, double mean=1.0) |
| RandExpZiggurat (HepRandomEngine *anEngine, double mean=1.0) |
virtual | ~RandExpZiggurat () |
float | fire () |
float | fire (float mean) |
void | fireArray (const int size, float *vect) |
void | fireArray (const int size, double *vect) |
void | fireArray (const int size, float *vect, float mean) |
void | fireArray (const int size, double *vect, double mean) |
virtual double | operator() () |
float | operator() (float mean) |
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) |
|
static float | shoot () |
static float | shoot (float mean) |
static void | shootArray (const int size, float *vect, float mean=1.0) |
static void | shootArray (const int size, double *vect, double mean=1.0) |
static float | shoot (HepRandomEngine *anEngine) |
static float | shoot (HepRandomEngine *anEngine, float mean) |
static void | shootArray (HepRandomEngine *anEngine, const int size, float *vect, float mean=1.0) |
static void | shootArray (HepRandomEngine *anEngine, const int size, double *vect, double mean=1.0) |
static std::string | distributionName () |
static bool | ziggurat_init () |
Static Public Member Functions inherited from CLHEP::HepRandom |
static void | setTheSeed (long seed, int lxr=3) |
static long | getTheSeed () |
static void | setTheSeeds (const long *seeds, int aux=-1) |
static const long * | getTheSeeds () |
static void | getTheTableSeeds (long *seeds, int index) |
static HepRandom * | getTheGenerator () |
static void | setTheEngine (HepRandomEngine *theNewEngine) |
static HepRandomEngine * | getTheEngine () |
static void | saveEngineStatus (const char filename[]="Config.conf") |
static void | restoreEngineStatus (const char filename[]="Config.conf") |
static std::ostream & | saveFullState (std::ostream &os) |
static std::istream & | restoreFullState (std::istream &is) |
static std::ostream & | saveDistState (std::ostream &os) |
static std::istream & | restoreDistState (std::istream &is) |
static std::ostream & | saveStaticRandomStates (std::ostream &os) |
static std::istream & | restoreStaticRandomStates (std::istream &is) |
static void | showEngineStatus () |
static int | createInstance () |
static std::string | distributionName () |
- Author
- ATLAS
Definition at line 51 of file RandExpZiggurat.h.
◆ RandExpZiggurat() [1/2]
CLHEP::RandExpZiggurat::RandExpZiggurat |
( |
HepRandomEngine & | anEngine, |
|
|
double | mean = 1.0 ) |
|
inline |
◆ RandExpZiggurat() [2/2]
CLHEP::RandExpZiggurat::RandExpZiggurat |
( |
HepRandomEngine * | anEngine, |
|
|
double | mean = 1.0 ) |
|
inline |
◆ ~RandExpZiggurat()
virtual CLHEP::RandExpZiggurat::~RandExpZiggurat |
( |
| ) |
|
|
virtual |
◆ distributionName()
std::string CLHEP::RandExpZiggurat::distributionName |
( |
| ) |
|
|
inlinestatic |
◆ engine()
◆ fire() [1/2]
float CLHEP::RandExpZiggurat::fire |
( |
| ) |
|
|
inline |
◆ fire() [2/2]
float CLHEP::RandExpZiggurat::fire |
( |
float | mean | ) |
|
|
inline |
◆ fireArray() [1/4]
void CLHEP::RandExpZiggurat::fireArray |
( |
const int | size, |
|
|
double * | vect ) |
◆ fireArray() [2/4]
void CLHEP::RandExpZiggurat::fireArray |
( |
const int | size, |
|
|
double * | vect, |
|
|
double | mean ) |
◆ fireArray() [3/4]
void CLHEP::RandExpZiggurat::fireArray |
( |
const int | size, |
|
|
float * | vect ) |
◆ fireArray() [4/4]
void CLHEP::RandExpZiggurat::fireArray |
( |
const int | size, |
|
|
float * | vect, |
|
|
float | mean ) |
◆ get()
std::istream & CLHEP::RandExpZiggurat::get |
( |
std::istream & | is | ) |
|
|
virtual |
◆ name()
std::string CLHEP::RandExpZiggurat::name |
( |
| ) |
const |
|
virtual |
◆ operator()() [1/2]
virtual double CLHEP::RandExpZiggurat::operator() |
( |
| ) |
|
|
virtual |
◆ operator()() [2/2]
float CLHEP::RandExpZiggurat::operator() |
( |
float | mean | ) |
|
|
inline |
◆ put()
std::ostream & CLHEP::RandExpZiggurat::put |
( |
std::ostream & | os | ) |
const |
|
virtual |
◆ shoot() [1/4]
float CLHEP::RandExpZiggurat::shoot |
( |
| ) |
|
|
inlinestatic |
◆ shoot() [2/4]
float CLHEP::RandExpZiggurat::shoot |
( |
float | mean | ) |
|
|
inlinestatic |
◆ shoot() [3/4]
◆ shoot() [4/4]
float CLHEP::RandExpZiggurat::shoot |
( |
HepRandomEngine * | anEngine, |
|
|
float | mean ) |
|
inlinestatic |
◆ shootArray() [1/4]
void CLHEP::RandExpZiggurat::shootArray |
( |
const int | size, |
|
|
double * | vect, |
|
|
double | mean = 1.0 ) |
|
static |
◆ shootArray() [2/4]
void CLHEP::RandExpZiggurat::shootArray |
( |
const int | size, |
|
|
float * | vect, |
|
|
float | mean = 1.0 ) |
|
static |
◆ shootArray() [3/4]
void CLHEP::RandExpZiggurat::shootArray |
( |
HepRandomEngine * | anEngine, |
|
|
const int | size, |
|
|
double * | vect, |
|
|
double | mean = 1.0 ) |
|
static |
◆ shootArray() [4/4]
void CLHEP::RandExpZiggurat::shootArray |
( |
HepRandomEngine * | anEngine, |
|
|
const int | size, |
|
|
float * | vect, |
|
|
float | mean = 1.0 ) |
|
static |
◆ ziggurat_efix()
float CLHEP::RandExpZiggurat::ziggurat_efix |
( |
unsigned long | jz, |
|
|
HepRandomEngine * | anEngine ) |
|
staticprotected |
◆ ziggurat_init()
bool CLHEP::RandExpZiggurat::ziggurat_init |
( |
| ) |
|
|
static |
◆ ziggurat_REXP()
◆ ziggurat_SHR3()
unsigned long CLHEP::RandExpZiggurat::ziggurat_SHR3 |
( |
HepRandomEngine * | anEngine | ) |
|
|
inlinestaticprotected |
◆ ziggurat_UNI()
◆ fe
◆ fn
◆ ke
◆ kn
◆ we
◆ wn
◆ ziggurat_is_init
The documentation for this class was generated from the following file: