Gromacs
2024.3
|
#include <gromacs/random/normaldistribution.h>
Normal distribution parameters.
Public Types | |
typedef NormalDistribution | distribution_type |
Reference back to the distribution class. | |
Public Member Functions | |
param_type (result_type mean=0.0, result_type stddev=1.0) | |
Construct parameter block. More... | |
result_type | mean () const |
Return first parameter. | |
result_type | stddev () const |
Return second parameter. | |
bool | operator== (const param_type &x) const |
True if two parameter sets will return the same normal distribution. More... | |
bool | operator!= (const param_type &x) const |
True if two parameter sets will return different normal distributions. More... | |
|
inlineexplicit |
Construct parameter block.
mean | Mean of normal distribution |
stddev | Standard deviation of normal distribution |
|
inline |
True if two parameter sets will return different normal distributions.
x | Instance to compare with. |
|
inline |
True if two parameter sets will return the same normal distribution.
x | Instance to compare with. |