Gromacs
2024.3
|
#include <gromacs/random/uniformrealdistribution.h>
Uniform real distribution parameters.
Public Types | |
typedef UniformRealDistribution | distribution_type |
Reference back to the distribution class. | |
Public Member Functions | |
param_type (result_type a=0.0, result_type b=1.0) | |
Construct parameter block. More... | |
result_type | a () const |
Return first parameter. | |
result_type | b () const |
Return second parameter. | |
bool | operator== (const param_type &x) const |
True if two parameter sets will return the same uniform real distribution. More... | |
bool | operator!= (const param_type &x) const |
True if two parameter sets will return different uniform real distributions. More... | |
|
inlineexplicit |
Construct parameter block.
a | Lower end of range (inclusive) |
b | Upper end of range (exclusive) |
|
inline |
True if two parameter sets will return different uniform real distributions.
x | Instance to compare with. |
|
inline |
True if two parameter sets will return the same uniform real distribution.
x | Instance to compare with. |