Skip to content

Commit

Permalink
CHG: [C++] Use the cheap-multiplier variant of the PCG64DXSM
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Apr 22, 2024
1 parent 2d00097 commit 28f01ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diptest-core/include/diptest/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef SSIZE_T ssize_t;
namespace diptest {
namespace details {

typedef pcg_engines::setseq_dxsm_128_64 pcg64_dxsm;
typedef pcg_engines::cm_setseq_dxsm_128_64 pcg64_dxsm;
typedef pcg_extras::seed_seq_from<std::random_device> pcg_seed_seq;

} // namespace details
Expand Down

0 comments on commit 28f01ed

Please sign in to comment.