I'm using rand for MCMC. I store and pass states using serialization. But only a handful of the RNGs implement Serialize and Deserialize, which prevents me from migrating from XorShift to Xoshiro. I'd like to implement the serde traits for the other non-cryptographic RNGs.