Some library users can have `RandomState` inside their structs which need to be serialized using `serde`, e.g. [heavekeeper-rs](https://github.com/pmcgleenon/heavykeeper-rs/blob/d066a43a23d2b7ae5daf1df2b22499e5d3920553/src/heavykeeper.rs#L80). Lack of serialization for `RandomState` now [blocks](https://github.com/alexeysofin/heavykeeper-rs/pull/1) serialization in those structures.