Skip to content

Commit

Permalink
Make Xoroshiro128++ the default
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Sep 17, 2023
1 parent 6c4358b commit eea9689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/dqrng_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <pcg_random.hpp>

namespace dqrng {
using default_64bit_generator = ::dqrng::xoroshiro128plus;
using default_64bit_generator = ::dqrng::xoroshiro128plusplus;

class random_64bit_generator {
public:
Expand Down

0 comments on commit eea9689

Please sign in to comment.