pcg-cpp
pcg-cpp copied to clipboard
Fix reversed oneseq and mcg / fast pcg32_k64 typedefs
I noticed this typo while trying to better understand the extension method. Seems like a pretty simple fix.
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?