|
Gromacs
2024.6
|
#include <cmath>#include <limits>#include <memory>#include "gromacs/math/functions.h"#include "gromacs/random/exponentialdistribution.h"#include "gromacs/random/normaldistribution.h"#include "gromacs/random/uniformrealdistribution.h"#include "gromacs/utility/classhelpers.h"#include "gromacs/utility/exceptions.h"
Include dependency graph for gammadistribution.h:The gamma distribution.
Portable version of the gamma distribution that generates the same sequence on all platforms.
Classes | |
| class | gmx::GammaDistribution< RealType > |
| Gamma distribution. More... | |
| class | gmx::GammaDistribution< RealType >::param_type |
| Gamma distribution parameters. More... | |
1.8.5