Skip to content

SeedableRng cannot be implemented for large RNGs using the recommended seed type #354

Closed
@vks

Description

@vks

For example, xorshift1024* has a recommended [u8; 128] seed type, for which std::convert::AsMut<[u8]> is not implemented, making it impossible to implement SeedableRng. This also affects common RNGs like the Mersenne Twister.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P-highPriority: high

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions