30#define RandStudentT_h 1
61 std::ostream &
put ( std::ostream & os )
const;
62 std::istream &
get ( std::istream & is );
68 static double shoot(
double a );
70 static void shootArray (
const int size,
double* vect,
82 double* vect,
double a=1.0 );
89 double fire(
double a );
91 void fireArray (
const int size,
double* vect );
92 void fireArray (
const int size,
double* vect,
double a );
96 std::string
name()
const;
105 std::shared_ptr<HepRandomEngine> localEngine;
112#include "CLHEP/Random/RandStudentT.icc"
static void shootArray(const int size, double *vect, double a=1.0)
static double shoot(HepRandomEngine *anEngine)
RandStudentT(HepRandomEngine *anEngine, double a=1.0)
void fireArray(const int size, double *vect)
static std::string distributionName()
HepRandomEngine & engine()
RandStudentT(HepRandomEngine &anEngine, double a=1.0)
std::istream & get(std::istream &is)
std::ostream & put(std::ostream &os) const