Skip to content

Use generic names for std RNG's #10053

Closed
Closed
@brson

Description

@brson

We've continued to fiddle with our RNG's. It may not be prudent to expose the implementation details of them and instead just call them something like FastRng and CryptoRng, to give us flexibility to change which algorithms are used in the future. On the other hand, an RNG like XorShift in particular has some peculiar properties that are implementation specifc, so it may be harder to replace. Opinions?

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