|
Gromacs
2026.0-dev-20251109-f20ba35
|
#include <cmath>#include <limits>#include <memory>#include "gromacs/random/uniformrealdistribution.h"#include "gromacs/utility/classhelpers.h"
Include dependency graph for exponentialdistribution.h:
This graph shows which files directly or indirectly include this file:The exponential distribution.
Portable version of the exponential distribution that generates the same sequence on all platforms. Since stdlibc++ and libc++ provide different sequences we prefer this one so unit tests produce the same values on all platforms.
Classes | |
| class | gmx::ExponentialDistribution< RealType > |
| Exponential distribution. More... | |
| class | gmx::ExponentialDistribution< RealType >::param_type |
| Exponential distribution parameters. More... | |
1.8.5