30 #ifndef RandStudentT_h    31 #define RandStudentT_h 1    62   std::ostream & 
put ( std::ostream & os ) 
const;
    63   std::istream & 
get ( std::istream & is );
    67   static  inline double shoot();
    69   static  double shoot( 
double a );
    71   static  void shootArray ( 
const int size, 
double* vect,
    83                             double* vect, 
double a=1.0 );
    90   double fire( 
double a );
    92   void fireArray ( 
const int size, 
double* vect );
    93   void fireArray ( 
const int size, 
double* vect, 
double a );
    97   std::string 
name() 
const;
   113 #include "CLHEP/Random/RandStudentT.icc" 
void fireArray(const int size, double *vect)
 
std::shared_ptr< HepRandomEngine > localEngine
 
static std::string distributionName()
 
std::ostream & put(std::ostream &os) const
 
RandStudentT(HepRandomEngine &anEngine, double a=1.0)
 
static void shootArray(const int size, double *vect, double a=1.0)
 
HepRandomEngine & engine()