Skip to content

Simplify code #2

Open
Open
@denniskb

Description

@denniskb

I'm a fond user of xoroshiro myself and a C++ programmer. Thank you for this great work!

There is a lot of common, redundant code between the simulators generators. Have you ever considered writing a generic, templated master class and then defining individual RNGs as parameterizations of it?

using XoroShrio256PlusPlus = XoroShiro<256, 64, variant::pp>;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions