30 #ifndef RandStudentT_h
31 #define RandStudentT_h 1
33 #include "CLHEP/Random/defs.h"
34 #include "CLHEP/Random/Random.h"
35 #include "CLHEP/Utility/memory.h"
43 class RandStudentT :
public HepRandom {
63 std::ostream &
put ( std::ostream & os )
const;
64 std::istream &
get ( std::istream & is );
84 double* vect,
double a=1.0 );
94 void fireArray (
const int size,
double* vect,
double a );
114 #ifdef ENABLE_BACKWARDS_COMPATIBILITY
116 using namespace CLHEP;
119 #include "CLHEP/Random/RandStudentT.icc"
void fireArray(const int size, double *vect, double a)
HepRandomEngine & engine()
double operator()(double a)
static double shoot(HepRandomEngine *anEngine)
RandStudentT(HepRandomEngine *anEngine, double a=1.0)
void fireArray(const int size, double *vect)
static void shootArray(const int size, double *vect, double a=1.0)
static double shoot(double a)
static void shootArray(HepRandomEngine *anEngine, const int size, double *vect, double a=1.0)
std::ostream & put(std::ostream &os) const
static double shoot(HepRandomEngine *anEngine, double a)
static std::string distributionName()
RandStudentT(HepRandomEngine &anEngine, double a=1.0)
std::istream & get(std::istream &is)