-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
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>;
indubitablement2Reputeless and MrEn1gma