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"
63 std::ostream &
put ( std::ostream & os )
const;
64 std::istream &
get ( std::istream & is );
68 static inline double shoot();
70 static double shoot(
double a );
72 static void shootArray (
const int size,
double* vect,
84 double* vect,
double a=1.0 );
91 double fire(
double a );
93 void fireArray (
const int size,
double* vect );
94 void fireArray (
const int size,
double* vect,
double a );
98 std::string
name()
const;
114 #ifdef ENABLE_BACKWARDS_COMPATIBILITY
116 using namespace CLHEP;
119 #include "CLHEP/Random/RandStudentT.icc"
std::ostream & put(std::ostream &os) const
static void shootArray(const int size, double *vect, double a=1.0)
HepRandomEngine & engine()
static std::string distributionName()
void fireArray(const int size, double *vect)
RandStudentT(HepRandomEngine &anEngine, double a=1.0)