LinearCongruentialEngine.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
class LinearCongruentialEngine(UIntType, UIntType a, UIntType c, UIntType m)
override @safe const nothrow pure
bool
opEquals
(
Object rhs
)
if (
isUnsigned!UIntType &&
isIntegral!UIntType
)

Meta