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 225 of file RndmGenerators.h.
◆ Binomial()
Rndm::Binomial::Binomial |
( |
long | n, |
|
|
double | p ) |
|
inline |
Standard Constructor.
Definition at line 234 of file RndmGenerators.h.
long m_nEvent
Number of events the binomial destribution corresponds to.
double m_probability
And the probability for having success.
◆ 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 240 of file RndmGenerators.h.
240{ return IID_IRndmBinomial; }
◆ m_nEvent
long Rndm::Binomial::m_nEvent |
|
protected |
Number of events the binomial destribution corresponds to.
Definition at line 228 of file RndmGenerators.h.
◆ m_probability
double Rndm::Binomial::m_probability |
|
protected |
The documentation for this class was generated from the following file: