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