Closed DougLau closed 2 years ago
I would like to include an Rng inside a struct which derives PartialEq, but it's not implemented now. Could that be added, plus other standard helpful traits?
I would accept a PR to implement PartialEq and Eq for Rng.
PartialEq
Eq
Rng
I would like to include an Rng inside a struct which derives PartialEq, but it's not implemented now. Could that be added, plus other standard helpful traits?