Skip to content

Which RNG are you using? #414

Description

@nalzok

Hi there,

I wonder which random number generator are you using? A quick search revealed that you are using std::mt19937_64 in many places, but I think it's better to confirm with you guys.

If it is, would you consider switching to xoshiro256** or the PCG-family, which appear to be state-of-the-art PRNGs? Both seem to have superior speed and quality compared to the Mersenne Twister (MT19937-64), so you might want to check it out if random number generation is your bottleneck.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions