|
| RandFlat (HepRandomEngine &anEngine) |
|
| RandFlat (HepRandomEngine *anEngine) |
|
HepDouble | fire () |
|
HepDouble | fire (HepDouble width) |
|
HepDouble | fire (HepDouble a, HepDouble b) |
|
long | fireInt (long n) |
|
long | fireInt (long m, long n) |
|
HepInt | fireBit () |
|
void | fireArray (const HepInt size, HepDouble *vect) |
|
void | fireArray (vector< HepDouble > &) |
|
void | fireArray (const HepInt size, HepDouble *vect, HepDouble lx, HepDouble dx) |
|
void | fireArray (vector< HepDouble > &, HepDouble, HepDouble) |
|
HepDouble | operator() () |
|
Public Member Functions inherited from HepRandom |
| HepRandom (long seed) |
|
| HepRandom (HepRandomEngine &algorithm) |
|
| HepRandom (HepRandomEngine *algorithm) |
|
HepDouble | flat () |
|
HepDouble | flat (HepRandomEngine *theNewEngine) |
|
void | flatArray (const HepInt size, HepDouble *vect) |
|
void | flatArray (vector< HepDouble > &) |
|
void | flatArray (HepRandomEngine *theNewEngine, const HepInt size, HepDouble *vect) |
|
void | flatArray (HepRandomEngine *theNewEngine, vector< HepDouble > &vec) |
|
void | setFlag (HepBoolean val) |
|
HepBoolean | getFlag () |
|
void | setVal (HepDouble nextVal) |
|
HepDouble | getVal () |
|
void | setOldMean (HepDouble val) |
|
HepDouble | getOldMean () |
|
HepDouble | getMaxMean () |
|
void | setPStatus (HepDouble sq, HepDouble alxm, HepDouble g) |
|
HepDouble * | getPStatus () |
|
|
static HepDouble | shoot () |
|
static HepDouble | shoot (HepDouble width) |
|
static HepDouble | shoot (HepDouble a, HepDouble b) |
|
static long | shootInt (long n) |
|
static long | shootInt (long m, long n) |
|
static HepInt | shootBit () |
|
static void | shootArray (const HepInt size, HepDouble *vect) |
|
static void | shootArray (vector< HepDouble > &) |
|
static void | shootArray (const HepInt size, HepDouble *vect, HepDouble lx, HepDouble dx) |
|
static void | shootArray (vector< HepDouble > &, HepDouble, HepDouble) |
|
static HepDouble | shoot (HepRandomEngine *anEngine) |
|
static HepDouble | shoot (HepRandomEngine *anEngine, HepDouble width) |
|
static HepDouble | shoot (HepRandomEngine *anEngine, HepDouble a, HepDouble b) |
|
static long | shootInt (HepRandomEngine *anEngine, long n) |
|
static long | shootInt (HepRandomEngine *anEngine, long m, long n) |
|
static HepInt | shootBit (HepRandomEngine *) |
|
static void | shootArray (HepRandomEngine *anEngine, const HepInt size, HepDouble *vect) |
|
static void | shootArray (HepRandomEngine *, vector< HepDouble > &) |
|
static void | shootArray (HepRandomEngine *anEngine, const HepInt size, HepDouble *vect, HepDouble lx, HepDouble dx) |
|
static void | shootArray (HepRandomEngine *, vector< HepDouble > &, HepDouble, HepDouble) |
|
Static Public Member Functions inherited from HepRandom |
static void | setTheSeed (long seed, HepInt lux=3) |
|
static long | getTheSeed () |
|
static void | setTheSeeds (const long *seeds, HepInt aux=-1) |
|
static const long * | getTheSeeds () |
|
static void | getTheTableSeeds (long *seeds, HepInt index) |
|
static HepRandom * | getTheGenerator () |
|
static void | setTheEngine (HepRandomEngine *theNewEngine) |
|
static HepRandomEngine * | getTheEngine () |
|
static void | saveEngineStatus () |
|
static void | restoreEngineStatus () |
|
static void | showEngineStatus () |
|
Definition at line 42 of file RandFlat.h.