#include <BhwideRandom.h>
Definition at line 12 of file BhwideRandom.h.
◆ Flat() [1/3]
| double BhwideRandom::Flat |
( |
| ) |
|
|
static |
◆ Flat() [2/3]
| double BhwideRandom::Flat |
( |
double | max | ) |
|
|
static |
◆ Flat() [3/3]
| double BhwideRandom::Flat |
( |
double | min, |
|
|
double | max ) |
|
static |
Definition at line 23 of file BhwideRandom.cxx.
23 {
24
26 { cerr <<
"min>max in BhwideRandom::Flat(" <<
min <<
"," <<
max <<
")" << endl; }
27
29}
◆ FlatArray()
| void BhwideRandom::FlatArray |
( |
double * | vect, |
|
|
const int | size ) |
|
static |
Definition at line 35 of file BhwideRandom.cxx.
35 {
36 if ( _randomEngine == 0 )
37 cout << "Can not get randomEngine pointer in BhwideRandom::FlatArray" << endl;
38 else _randomEngine->flatArray( size, vect );
39}
Referenced by carran_(), ecuran_(), and marran_().
◆ random()
| double BhwideRandom::random |
( |
| ) |
|
|
static |
Definition at line 13 of file BhwideRandom.cxx.
13 {
14
15 if ( _randomEngine == 0 )
16 {
17 cerr << "No random engine available in "
18 << "BhwideRandom::random()." << endl;
19 }
20 return _randomEngine->flat();
21}
Referenced by Flat(), Flat(), Flat(), and ranmarr_().
◆ setRandomEngine()
| void BhwideRandom::setRandomEngine |
( |
CLHEP::HepRandomEngine * | randomEngine | ) |
|
|
static |
The documentation for this class was generated from the following files: