Return true if the specified lhs and rhs objects do not have the same value.
Synopsis
Declared in <bdlb_pcgrandomgenerator.h>
bool
operator!=(
PcgRandomGenerator const& lhs,
PcgRandomGenerator const& rhs);
Description
Return true if the specified lhs and rhs objects do not have the same value, and false otherwise. Two PcgRandomGenerator objects do not have the same value if they would not produce the same sequence of random numbers from subsequent invocations of generate().
Return Value
true if lhs and rhs do not have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand operand |
rhs |
right‐hand operand |
Created with MrDocs