|
Gromacs
2026.0-dev-20251111-8c1ac59
|
#include <gromacs/random/exponentialdistribution.h>
Exponential distribution parameters.
Public Types | |
| typedef ExponentialDistribution | distribution_type |
| Reference back to the distribution class. | |
Public Member Functions | |
| param_type (result_type lambda=1.0) | |
| Construct parameter block. More... | |
| result_type | lambda () const |
| Return lambda parameter. | |
| bool | operator== (const param_type &x) const |
| True if two parameter sets will return the same exponential distribution. More... | |
| bool | operator!= (const param_type &x) const |
| True if two parameter sets will return different exponential distributions. More... | |
|
inlineexplicit |
Construct parameter block.
| lambda | lambda/decay parameter |
|
inline |
True if two parameter sets will return different exponential distributions.
| x | Instance to compare with. |
|
inline |
True if two parameter sets will return the same exponential distribution.
| x | Instance to compare with. |
1.8.5