CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Public Member Functions | Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | List of all members
CLHEP::RandSkewNormal Class Reference

#include <RandSkewNormal.h>

Inheritance diagram for CLHEP::RandSkewNormal:
CLHEP::HepRandom

Public Member Functions

 RandSkewNormal (HepRandomEngine &anEngine, double shape=0.)
 
 RandSkewNormal (HepRandomEngine *anEngine, double shape=0.)
 
virtual ~RandSkewNormal ()
 
double fire ()
 
double fire (double shape)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, double *vect, double shape)
 
double operator() ()
 
double operator() (double shape)
 
std::ostream & put (std::ostream &os) const
 
std::istream & get (std::istream &is)
 
std::string name () const
 
HepRandomEngineengine ()
 
 RandSkewNormal (HepRandomEngine &anEngine, double shape=0.)
 
 RandSkewNormal (HepRandomEngine *anEngine, double shape=0.)
 
virtual ~RandSkewNormal ()
 
double fire ()
 
double fire (double shape)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, double *vect, double shape)
 
double operator() ()
 
double operator() (double shape)
 
std::ostream & put (std::ostream &os) const
 
std::istream & get (std::istream &is)
 
std::string name () const
 
HepRandomEngineengine ()
 
 RandSkewNormal (HepRandomEngine &anEngine, double shape=0.)
 
 RandSkewNormal (HepRandomEngine *anEngine, double shape=0.)
 
virtual ~RandSkewNormal ()
 
double fire ()
 
double fire (double shape)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, double *vect, double shape)
 
double operator() ()
 
double operator() (double shape)
 
std::ostream & put (std::ostream &os) const
 
std::istream & get (std::istream &is)
 
std::string name () const
 
HepRandomEngineengine ()
 
 RandSkewNormal (HepRandomEngine &anEngine, double shape=0.)
 
 RandSkewNormal (HepRandomEngine *anEngine, double shape=0.)
 
virtual ~RandSkewNormal ()
 
double fire ()
 
double fire (double shape)
 
void fireArray (const int size, double *vect)
 
void fireArray (const int size, double *vect, double shape)
 
double operator() ()
 
double operator() (double shape)
 
std::ostream & put (std::ostream &os) const
 
std::istream & get (std::istream &is)
 
std::string name () const
 
HepRandomEngineengine ()
 
- Public Member Functions inherited from CLHEP::HepRandom
 HepRandom ()
 
 HepRandom (long seed)
 
 HepRandom (HepRandomEngine &algorithm)
 
 HepRandom (HepRandomEngine *algorithm)
 
virtual ~HepRandom ()
 
double flat ()
 
void flatArray (const int size, double *vect)
 
double flat (HepRandomEngine *theNewEngine)
 
void flatArray (HepRandomEngine *theNewEngine, const int size, double *vect)
 
 HepRandom ()
 
 HepRandom (long seed)
 
 HepRandom (HepRandomEngine &algorithm)
 
 HepRandom (HepRandomEngine *algorithm)
 
virtual ~HepRandom ()
 
double flat ()
 
void flatArray (const int size, double *vect)
 
double flat (HepRandomEngine *theNewEngine)
 
void flatArray (HepRandomEngine *theNewEngine, const int size, double *vect)
 
 HepRandom ()
 
 HepRandom (long seed)
 
 HepRandom (HepRandomEngine &algorithm)
 
 HepRandom (HepRandomEngine *algorithm)
 
virtual ~HepRandom ()
 
double flat ()
 
void flatArray (const int size, double *vect)
 
double flat (HepRandomEngine *theNewEngine)
 
void flatArray (HepRandomEngine *theNewEngine, const int size, double *vect)
 
 HepRandom ()
 
 HepRandom (long seed)
 
 HepRandom (HepRandomEngine &algorithm)
 
 HepRandom (HepRandomEngine *algorithm)
 
virtual ~HepRandom ()
 
double flat ()
 
void flatArray (const int size, double *vect)
 
double flat (HepRandomEngine *theNewEngine)
 
void flatArray (HepRandomEngine *theNewEngine, const int size, double *vect)
 

Static Public Member Functions

static double shoot ()
 
static double shoot (double shape)
 
static void shootArray (const int size, double *vect, double shape=0.)
 
static double shoot (HepRandomEngine *anEngine)
 
static double shoot (HepRandomEngine *anEngine, double shape)
 
static void shootArray (HepRandomEngine *anEngine, const int size, double *vect, double shape=0.)
 
static std::string distributionName ()
 
static double shoot ()
 
static double shoot (double shape)
 
static void shootArray (const int size, double *vect, double shape=0.)
 
static double shoot (HepRandomEngine *anEngine)
 
static double shoot (HepRandomEngine *anEngine, double shape)
 
static void shootArray (HepRandomEngine *anEngine, const int size, double *vect, double shape=0.)
 
static std::string distributionName ()
 
static double shoot ()
 
static double shoot (double shape)
 
static void shootArray (const int size, double *vect, double shape=0.)
 
static double shoot (HepRandomEngine *anEngine)
 
static double shoot (HepRandomEngine *anEngine, double shape)
 
static void shootArray (HepRandomEngine *anEngine, const int size, double *vect, double shape=0.)
 
static std::string distributionName ()
 
static double shoot ()
 
static double shoot (double shape)
 
static void shootArray (const int size, double *vect, double shape=0.)
 
static double shoot (HepRandomEngine *anEngine)
 
static double shoot (HepRandomEngine *anEngine, double shape)
 
static void shootArray (HepRandomEngine *anEngine, const int size, double *vect, double shape=0.)
 
static std::string distributionName ()
 
- Static Public Member Functions inherited from CLHEP::HepRandom
static void setTheSeed (long seed, int lux=3)
 
static long getTheSeed ()
 
static void setTheSeeds (const long *seeds, int aux=-1)
 
static const long * getTheSeeds ()
 
static void getTheTableSeeds (long *seeds, int index)
 
static HepRandomgetTheGenerator ()
 
static void setTheEngine (HepRandomEngine *theNewEngine)
 
static HepRandomEnginegetTheEngine ()
 
static void saveEngineStatus (const char filename[]="Config.conf")
 
static void restoreEngineStatus (const char filename[]="Config.conf")
 
static std::ostream & saveFullState (std::ostream &os)
 
static std::istream & restoreFullState (std::istream &is)
 
static std::ostream & saveDistState (std::ostream &os)
 
static std::istream & restoreDistState (std::istream &is)
 
static std::ostream & saveStaticRandomStates (std::ostream &os)
 
static std::istream & restoreStaticRandomStates (std::istream &is)
 
static void showEngineStatus ()
 
static int createInstance ()
 
static std::string distributionName ()
 
static void setTheSeed (long seed, int lux=3)
 
static long getTheSeed ()
 
static void setTheSeeds (const long *seeds, int aux=-1)
 
static const long * getTheSeeds ()
 
static void getTheTableSeeds (long *seeds, int index)
 
static HepRandomgetTheGenerator ()
 
static void setTheEngine (HepRandomEngine *theNewEngine)
 
static HepRandomEnginegetTheEngine ()
 
static void saveEngineStatus (const char filename[]="Config.conf")
 
static void restoreEngineStatus (const char filename[]="Config.conf")
 
static std::ostream & saveFullState (std::ostream &os)
 
static std::istream & restoreFullState (std::istream &is)
 
static std::ostream & saveDistState (std::ostream &os)
 
static std::istream & restoreDistState (std::istream &is)
 
static std::ostream & saveStaticRandomStates (std::ostream &os)
 
static std::istream & restoreStaticRandomStates (std::istream &is)
 
static void showEngineStatus ()
 
static int createInstance ()
 
static std::string distributionName ()
 
static void setTheSeed (long seed, int lux=3)
 
static long getTheSeed ()
 
static void setTheSeeds (const long *seeds, int aux=-1)
 
static const long * getTheSeeds ()
 
static void getTheTableSeeds (long *seeds, int index)
 
static HepRandomgetTheGenerator ()
 
static void setTheEngine (HepRandomEngine *theNewEngine)
 
static HepRandomEnginegetTheEngine ()
 
static void saveEngineStatus (const char filename[]="Config.conf")
 
static void restoreEngineStatus (const char filename[]="Config.conf")
 
static std::ostream & saveFullState (std::ostream &os)
 
static std::istream & restoreFullState (std::istream &is)
 
static std::ostream & saveDistState (std::ostream &os)
 
static std::istream & restoreDistState (std::istream &is)
 
static std::ostream & saveStaticRandomStates (std::ostream &os)
 
static std::istream & restoreStaticRandomStates (std::istream &is)
 
static void showEngineStatus ()
 
static int createInstance ()
 
static std::string distributionName ()
 
static void setTheSeed (long seed, int lux=3)
 
static long getTheSeed ()
 
static void setTheSeeds (const long *seeds, int aux=-1)
 
static const long * getTheSeeds ()
 
static void getTheTableSeeds (long *seeds, int index)
 
static HepRandomgetTheGenerator ()
 
static void setTheEngine (HepRandomEngine *theNewEngine)
 
static HepRandomEnginegetTheEngine ()
 
static void saveEngineStatus (const char filename[]="Config.conf")
 
static void restoreEngineStatus (const char filename[]="Config.conf")
 
static std::ostream & saveFullState (std::ostream &os)
 
static std::istream & restoreFullState (std::istream &is)
 
static std::ostream & saveDistState (std::ostream &os)
 
static std::istream & restoreDistState (std::istream &is)
 
static std::ostream & saveStaticRandomStates (std::ostream &os)
 
static std::istream & restoreStaticRandomStates (std::istream &is)
 
static void showEngineStatus ()
 
static int createInstance ()
 
static std::string distributionName ()
 

Protected Member Functions

double getShapeParameter ()
 
HepRandomEnginegetLocalEngine ()
 
double getShapeParameter ()
 
HepRandomEnginegetLocalEngine ()
 
double getShapeParameter ()
 
HepRandomEnginegetLocalEngine ()
 
double getShapeParameter ()
 
HepRandomEnginegetLocalEngine ()
 

Static Protected Member Functions

static double gaussianSkewNormal (HepRandomEngine *e, double k)
 
static double gaussianSkewNormal (HepRandomEngine *e, double k)
 
static double gaussianSkewNormal (HepRandomEngine *e, double k)
 
static double gaussianSkewNormal (HepRandomEngine *e, double k)
 

Additional Inherited Members

- Static Protected Attributes inherited from CLHEP::HepRandom
static const long seedTable [215][2]
 

Detailed Description

Author
mf@fn.nosp@m.al.g.nosp@m.ov

Definition at line 34 of file Matrix/CLHEP/Random/RandSkewNormal.h.

Constructor & Destructor Documentation

◆ RandSkewNormal() [1/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ RandSkewNormal() [2/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ ~RandSkewNormal() [1/4]

CLHEP::RandSkewNormal::~RandSkewNormal ( )
virtual

Definition at line 24 of file RandSkewNormal.cc.

◆ RandSkewNormal() [3/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ RandSkewNormal() [4/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ ~RandSkewNormal() [2/4]

virtual CLHEP::RandSkewNormal::~RandSkewNormal ( )
virtual

◆ RandSkewNormal() [5/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ RandSkewNormal() [6/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ ~RandSkewNormal() [3/4]

virtual CLHEP::RandSkewNormal::~RandSkewNormal ( )
virtual

◆ RandSkewNormal() [7/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ RandSkewNormal() [8/8]

CLHEP::RandSkewNormal::RandSkewNormal ( HepRandomEngine anEngine,
double  shape = 0. 
)
inline

◆ ~RandSkewNormal() [4/4]

virtual CLHEP::RandSkewNormal::~RandSkewNormal ( )
virtual

Member Function Documentation

◆ distributionName() [1/4]

static std::string CLHEP::RandSkewNormal::distributionName ( )
inlinestatic

Definition at line 92 of file Matrix/CLHEP/Random/RandSkewNormal.h.

◆ distributionName() [2/4]

static std::string CLHEP::RandSkewNormal::distributionName ( )
inlinestatic

Definition at line 92 of file Random/CLHEP/Random/RandSkewNormal.h.

◆ distributionName() [3/4]

static std::string CLHEP::RandSkewNormal::distributionName ( )
inlinestatic

Definition at line 92 of file RandomObjects/CLHEP/Random/RandSkewNormal.h.

◆ distributionName() [4/4]

static std::string CLHEP::RandSkewNormal::distributionName ( )
inlinestatic

Definition at line 92 of file Random/Random/RandSkewNormal.h.

◆ engine() [1/4]

HepRandomEngine & CLHEP::RandSkewNormal::engine ( )
virtual

Reimplemented from CLHEP::HepRandom.

Definition at line 22 of file RandSkewNormal.cc.

◆ engine() [2/4]

HepRandomEngine& CLHEP::RandSkewNormal::engine ( )
virtual

Reimplemented from CLHEP::HepRandom.

◆ engine() [3/4]

HepRandomEngine& CLHEP::RandSkewNormal::engine ( )
virtual

Reimplemented from CLHEP::HepRandom.

◆ engine() [4/4]

HepRandomEngine& CLHEP::RandSkewNormal::engine ( )
virtual

Reimplemented from CLHEP::HepRandom.

◆ fire() [1/8]

double CLHEP::RandSkewNormal::fire ( )

◆ fire() [2/8]

double CLHEP::RandSkewNormal::fire ( )

Definition at line 80 of file RandSkewNormal.cc.

References gaussianSkewNormal(), getLocalEngine(), and getShapeParameter().

Referenced by fireArray(), operator()(), and testSkewNormal().

◆ fire() [3/8]

double CLHEP::RandSkewNormal::fire ( )

◆ fire() [4/8]

double CLHEP::RandSkewNormal::fire ( )

◆ fire() [5/8]

double CLHEP::RandSkewNormal::fire ( double  shape)

Definition at line 84 of file RandSkewNormal.cc.

References gaussianSkewNormal(), and getLocalEngine().

◆ fire() [6/8]

double CLHEP::RandSkewNormal::fire ( double  shape)

◆ fire() [7/8]

double CLHEP::RandSkewNormal::fire ( double  shape)

◆ fire() [8/8]

double CLHEP::RandSkewNormal::fire ( double  shape)

◆ fireArray() [1/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect 
)

Definition at line 88 of file RandSkewNormal.cc.

References fire(), size(), and v.

◆ fireArray() [2/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect 
)

◆ fireArray() [3/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect 
)

◆ fireArray() [4/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect 
)

◆ fireArray() [5/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect,
double  shape 
)

◆ fireArray() [6/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect,
double  shape 
)

Definition at line 94 of file RandSkewNormal.cc.

References fire(), size(), and v.

◆ fireArray() [7/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect,
double  shape 
)

◆ fireArray() [8/8]

void CLHEP::RandSkewNormal::fireArray ( const int  size,
double vect,
double  shape 
)

◆ gaussianSkewNormal() [1/4]

double CLHEP::RandSkewNormal::gaussianSkewNormal ( HepRandomEngine e,
double  k 
)
staticprotected

Definition at line 103 of file RandSkewNormal.cc.

References delta(), k, and CLHEP::RandGaussT::shootArray().

Referenced by fire(), and shoot().

◆ gaussianSkewNormal() [2/4]

static double CLHEP::RandSkewNormal::gaussianSkewNormal ( HepRandomEngine e,
double  k 
)
staticprotected

◆ gaussianSkewNormal() [3/4]

static double CLHEP::RandSkewNormal::gaussianSkewNormal ( HepRandomEngine e,
double  k 
)
staticprotected

◆ gaussianSkewNormal() [4/4]

static double CLHEP::RandSkewNormal::gaussianSkewNormal ( HepRandomEngine e,
double  k 
)
staticprotected

◆ get() [1/4]

std::istream& CLHEP::RandSkewNormal::get ( std::istream &  is)
virtual

Reimplemented from CLHEP::HepRandom.

◆ get() [2/4]

std::istream& CLHEP::RandSkewNormal::get ( std::istream &  is)
virtual

Reimplemented from CLHEP::HepRandom.

◆ get() [3/4]

std::istream & CLHEP::RandSkewNormal::get ( std::istream &  is)
virtual

Reimplemented from CLHEP::HepRandom.

Definition at line 132 of file RandSkewNormal.cc.

References is(), CLHEP::DoubConv::longs2double(), name(), and CLHEP::possibleKeywordInput().

◆ get() [4/4]

std::istream& CLHEP::RandSkewNormal::get ( std::istream &  is)
virtual

Reimplemented from CLHEP::HepRandom.

◆ getLocalEngine() [1/4]

HepRandomEngine* CLHEP::RandSkewNormal::getLocalEngine ( )
inlineprotected

Referenced by fire().

◆ getLocalEngine() [2/4]

HepRandomEngine* CLHEP::RandSkewNormal::getLocalEngine ( )
inlineprotected

◆ getLocalEngine() [3/4]

HepRandomEngine* CLHEP::RandSkewNormal::getLocalEngine ( )
inlineprotected

◆ getLocalEngine() [4/4]

HepRandomEngine* CLHEP::RandSkewNormal::getLocalEngine ( )
inlineprotected

◆ getShapeParameter() [1/4]

double CLHEP::RandSkewNormal::getShapeParameter ( )
inlineprotected

Definition at line 98 of file Matrix/CLHEP/Random/RandSkewNormal.h.

Referenced by fire().

◆ getShapeParameter() [2/4]

double CLHEP::RandSkewNormal::getShapeParameter ( )
inlineprotected

Definition at line 98 of file RandomObjects/CLHEP/Random/RandSkewNormal.h.

◆ getShapeParameter() [3/4]

double CLHEP::RandSkewNormal::getShapeParameter ( )
inlineprotected

Definition at line 98 of file Random/CLHEP/Random/RandSkewNormal.h.

◆ getShapeParameter() [4/4]

double CLHEP::RandSkewNormal::getShapeParameter ( )
inlineprotected

Definition at line 98 of file Random/Random/RandSkewNormal.h.

◆ name() [1/4]

std::string CLHEP::RandSkewNormal::name ( ) const
virtual

Reimplemented from CLHEP::HepRandom.

◆ name() [2/4]

std::string CLHEP::RandSkewNormal::name ( ) const
virtual

Reimplemented from CLHEP::HepRandom.

◆ name() [3/4]

std::string CLHEP::RandSkewNormal::name ( ) const
virtual

Reimplemented from CLHEP::HepRandom.

◆ name() [4/4]

std::string CLHEP::RandSkewNormal::name ( ) const
virtual

Reimplemented from CLHEP::HepRandom.

Definition at line 21 of file RandSkewNormal.cc.

Referenced by get(), and put().

◆ operator()() [1/8]

double CLHEP::RandSkewNormal::operator() ( )
virtual

Reimplemented from CLHEP::HepRandom.

◆ operator()() [2/8]

double CLHEP::RandSkewNormal::operator() ( )
virtual

Reimplemented from CLHEP::HepRandom.

Definition at line 26 of file RandSkewNormal.cc.

References fire().

◆ operator()() [3/8]

double CLHEP::RandSkewNormal::operator() ( )
virtual

Reimplemented from CLHEP::HepRandom.

◆ operator()() [4/8]

double CLHEP::RandSkewNormal::operator() ( )
virtual

Reimplemented from CLHEP::HepRandom.

◆ operator()() [5/8]

double CLHEP::RandSkewNormal::operator() ( double  shape)

◆ operator()() [6/8]

double CLHEP::RandSkewNormal::operator() ( double  shape)

◆ operator()() [7/8]

double CLHEP::RandSkewNormal::operator() ( double  shape)

◆ operator()() [8/8]

double CLHEP::RandSkewNormal::operator() ( double  shape)

Definition at line 31 of file RandSkewNormal.cc.

References fire().

◆ put() [1/4]

std::ostream& CLHEP::RandSkewNormal::put ( std::ostream &  os) const
virtual

Reimplemented from CLHEP::HepRandom.

◆ put() [2/4]

std::ostream& CLHEP::RandSkewNormal::put ( std::ostream &  os) const
virtual

Reimplemented from CLHEP::HepRandom.

◆ put() [3/4]

std::ostream & CLHEP::RandSkewNormal::put ( std::ostream &  os) const
virtual

Reimplemented from CLHEP::HepRandom.

Definition at line 121 of file RandSkewNormal.cc.

References CLHEP::DoubConv::dto2longs(), and name().

◆ put() [4/4]

std::ostream& CLHEP::RandSkewNormal::put ( std::ostream &  os) const
virtual

Reimplemented from CLHEP::HepRandom.

◆ shoot() [1/16]

static double CLHEP::RandSkewNormal::shoot ( )
static

◆ shoot() [2/16]

static double CLHEP::RandSkewNormal::shoot ( )
static

◆ shoot() [3/16]

static double CLHEP::RandSkewNormal::shoot ( )
static

◆ shoot() [4/16]

double CLHEP::RandSkewNormal::shoot ( )
static

◆ shoot() [5/16]

static double CLHEP::RandSkewNormal::shoot ( double  shape)
static

◆ shoot() [6/16]

double CLHEP::RandSkewNormal::shoot ( double  shape)
static

Definition at line 58 of file RandSkewNormal.cc.

References gaussianSkewNormal(), and CLHEP::HepRandom::getTheEngine().

◆ shoot() [7/16]

static double CLHEP::RandSkewNormal::shoot ( double  shape)
static

◆ shoot() [8/16]

static double CLHEP::RandSkewNormal::shoot ( double  shape)
static

◆ shoot() [9/16]

double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine)
static

Definition at line 38 of file RandSkewNormal.cc.

References gaussianSkewNormal(), and k.

◆ shoot() [10/16]

static double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine)
static

◆ shoot() [11/16]

static double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine)
static

◆ shoot() [12/16]

static double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine)
static

◆ shoot() [13/16]

static double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine,
double  shape 
)
static

◆ shoot() [14/16]

static double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine,
double  shape 
)
static

◆ shoot() [15/16]

double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine,
double  shape 
)
static

Definition at line 45 of file RandSkewNormal.cc.

References gaussianSkewNormal().

◆ shoot() [16/16]

static double CLHEP::RandSkewNormal::shoot ( HepRandomEngine anEngine,
double  shape 
)
static

◆ shootArray() [1/8]

static void CLHEP::RandSkewNormal::shootArray ( const int  size,
double vect,
double  shape = 0. 
)
static

◆ shootArray() [2/8]

static void CLHEP::RandSkewNormal::shootArray ( const int  size,
double vect,
double  shape = 0. 
)
static

◆ shootArray() [3/8]

static void CLHEP::RandSkewNormal::shootArray ( const int  size,
double vect,
double  shape = 0. 
)
static

◆ shootArray() [4/8]

void CLHEP::RandSkewNormal::shootArray ( const int  size,
double vect,
double  shape = 0. 
)
static

Definition at line 64 of file RandSkewNormal.cc.

References shoot(), size(), and v.

◆ shootArray() [5/8]

static void CLHEP::RandSkewNormal::shootArray ( HepRandomEngine anEngine,
const int  size,
double vect,
double  shape = 0. 
)
static

◆ shootArray() [6/8]

static void CLHEP::RandSkewNormal::shootArray ( HepRandomEngine anEngine,
const int  size,
double vect,
double  shape = 0. 
)
static

◆ shootArray() [7/8]

void CLHEP::RandSkewNormal::shootArray ( HepRandomEngine anEngine,
const int  size,
double vect,
double  shape = 0. 
)
static

Definition at line 71 of file RandSkewNormal.cc.

References shoot(), size(), and v.

◆ shootArray() [8/8]

static void CLHEP::RandSkewNormal::shootArray ( HepRandomEngine anEngine,
const int  size,
double vect,
double  shape = 0. 
)
static

The documentation for this class was generated from the following files: