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 );
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;
107 std::shared_ptr<HepRandomEngine> localEngine;
114#ifdef ENABLE_BACKWARDS_COMPATIBILITY
116using namespace CLHEP;
119#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