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