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