operator==(std::philox_engine)

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().

# Declarations

friend bool operator==( const philox_engine& lhs, const philox_engine& rhs );

(since C++26)

# Parameters

# Return value

true if the engines are equal, false otherwise.