~icefox/oorandom#6: 
Derive Eq

The RNGs (Rand32 and Rand64) could probably derive Eq.

  • They already derive PartialEq.
  • It's possible to derive Eq, since the contents of the structs are just integers.
Status
REPORTED
Submitter
~azdavis
Assigned to
No-one
Submitted
3 years ago
Updated
7 months ago
Labels
Feature

~icefox 3 years ago

...yeah, you're right. I think I'm just used to deriving PartialEq and not Eq.

Register here or Log in to comment, or comment via email.