|
Gromacs
2023.4
|
#include <cmath>#include <limits>#include <memory>#include "gromacs/random/uniformrealdistribution.h"#include "gromacs/utility/classhelpers.h"
Include dependency graph for normaldistribution.h:
This graph shows which files directly or indirectly include this file:The normal distribution.
Portable version of the normal 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::NormalDistribution< RealType > |
| Normal distribution. More... | |
| class | gmx::NormalDistribution< RealType >::param_type |
| Normal distribution parameters. More... | |
1.8.5