Skip to content

random functions should use generic pseudo-random generators #12

@arashbm

Description

@arashbm

Currently some functions use integer seeds, while some others use a mix of std::mt19937 and std::mt19937_64. The code should allow the use of a generic pseudo-random generator or at least use one uniformly, which is bad for reproducibility and backwards compatibility reasons.

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