6 #include "GaudiKernel/IRndmGen.h"
7 #include "GaudiKernel/RndmGenerators.h"
11 #pragma warning(disable:177)
25 const std::type_info& GaussInfo =
typeid(
Rndm::Gauss);
27 const std::type_info& Chi2Info =
typeid(
Rndm::Chi2);
32 const std::type_info& GammaInfo =
typeid(
Rndm::Gamma);
35 const std::type_info& FlatInfo =
typeid(
Rndm::Flat);
36 const std::type_info& BitInfo =
typeid(
Rndm::Bit);
Parameters for the bit value generation: returns values 0 and 1.
Parameters for the Poisson distributed random number generation with a given mean.
Parameters for the Gauss random number generation.
Parameters for the flat random number generation within boundaries [minimum, maximum].
Parameters for the StudentT distributed random number generation.
Parameters for the Binomial distributed random number generation.
Parameters for the Landau distributed random number generation.
Parameters for the Chi2 distributed random number generation.
Parameters for the BreitWigner distributed random number generation with cut off;.
Parameters for the Gamma distributed random number generation.
Parameters for the Gaussian tail number generation.
Generate a random number Generator following generally distributed random values, given a user-define...
Parameters for the Gauss random number generation.
Parameters for the BreitWigner distributed random number generation.