the sharding code has a new rng field, which breaks equality between sharding codecs because two identical rngs aren't equal in the eyes of `__eq__`
the sharding code has a new rng field, which breaks equality between sharding codecs because two identical rngs aren't equal in the eyes of
__eq__