Skip to content

Commit

Permalink
[core] Change default PNG to Mersenne Twister 64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSolstice8 committed Dec 20, 2024
1 parent 94aa9d7 commit e54188e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/xirand.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#define _XIRAND_H_

// You can choose an RNG by commenting/uncommenting this line. The default is Mersenne Twister in 32 bit.
#include "rng/mersennetwister.h"
// #include "rng/mersennetwister64.h"
// #include "rng/mersennetwister.h"
#include "rng/mersennetwister64.h"
// #include "rng/pcg.h"
// #include "rng/pcg64.h"

Expand Down

0 comments on commit e54188e

Please sign in to comment.