[#BloombergLP-bdlb-operator_not_eq-0a6] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::operator!= :relfileprefix: ../../ :mrdocs: 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()`. == Synopsis Declared in `<bdlb_pcgrandomgenerator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator!=( xref:BloombergLP/bdlb/PcgRandomGenerator.adoc[PcgRandomGenerator] const& lhs, xref:BloombergLP/bdlb/PcgRandomGenerator.adoc[PcgRandomGenerator] const& rhs); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#