Skip to content

Implement Serialize/Deserialize for more RNGs #806

@BaxterEaves

Description

@BaxterEaves

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions