Go to the documentation of this file.
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"