imneme / pcg-cpp

PCG — C++ Implementation
Apache License 2.0
735 stars 98 forks source link

Fix reversed oneseq and mcg / fast pcg32_k64 typedefs #81

Open LRFLEW opened 1 year ago

LRFLEW commented 1 year ago

I noticed this typo while trying to better understand the extension method. Seems like a pretty simple fix.

LRFLEW commented 1 year ago

I also noticed that the kN typedefs without an MCG variant refer to the oneseq variants as _fast instead of _oneseq. I assume that's also an error? Is there a reason why MCG variants aren't provided for those?