~azdavis


#6 Derive Eq 4 years ago

Ticket created by ~azdavis on ~icefox/oorandom

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.