Parameters for the Binomial distributed random number generation.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/RndmGenerators.h>
Parameters for the Binomial distributed random number generation.
The returned values are in fact integers
Definition at line 230 of file RndmGenerators.h.
◆ Binomial()
Rndm::Binomial::Binomial |
( |
long |
n, |
|
|
double |
p |
|
) |
| |
|
inline |
◆ clone()
Binomial* Rndm::Binomial::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ nEvent()
long Rndm::Binomial::nEvent |
( |
| ) |
const |
|
inline |
◆ probability()
double Rndm::Binomial::probability |
( |
| ) |
const |
|
inline |
◆ typeID()
Identifier for factory.
Definition at line 245 of file RndmGenerators.h.
245 {
return IID_IRndmBinomial; }
◆ m_nEvent
long Rndm::Binomial::m_nEvent |
|
protected |
Number of events the binomial destribution corresponds to.
Definition at line 233 of file RndmGenerators.h.
◆ m_probability
double Rndm::Binomial::m_probability |
|
protected |
The documentation for this class was generated from the following file: