Grigory Evropeytsev
Results
1
issues of
Grigory Evropeytsev
While investigating the source code, I've found several generators with the inconsistent names. In file pcg_random.hpp on line 1724 ``` typedef pcg_engines::ext_setseq_xsh_rr_64_32 pcg32_k64; typedef pcg_engines::ext_mcg_xsh_rs_64_32 pcg32_k64_oneseq; typedef pcg_engines::ext_oneseq_xsh_rs_64_32 pcg32_k64_fast; ```...