![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Include dependency graph for RandomNumberDistributions.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Fatras::LandauDist |
| struct | Fatras::LandauDist::param_type |
| A RandomNumberDistribution should provide a parameters struct. More... | |
Namespaces | |
| namespace | Fatras |
Typedefs | |
| using | Fatras::GaussDist = std::normal_distribution< double > |
| using | Fatras::UniformDist = std::uniform_real_distribution< double > |
| < Normal | |
| using | Fatras::GammaDist = std::gamma_distribution< double > |
| < Uniform | |
| using | Fatras::PoissonDist = std::poisson_distribution< int > |
| < Gamma | |