Compares two pseudo-random number engines. Two engines are equal, if their internal states are equivalent, that is, if they would generate equivalent values for any number of calls of operator()
.
lhs, rhs | - | engines to compare |
true
if the engines are equivalent, false
otherwise.true
if the engines are not equivalent, false
otherwise.(none).
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/numeric/random/mersenne_twister_engine/operator_cmp