Gromacs
2024.4
|
#include <cmath>
#include <limits>
#include <memory>
#include "gromacs/random/uniformrealdistribution.h"
#include "gromacs/utility/classhelpers.h"
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... | |