summaryrefslogtreecommitdiff
path: root/hadamard_pt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'hadamard_pt.hpp')
-rw-r--r--hadamard_pt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp
index 7b53b92..8d0a1f7 100644
--- a/hadamard_pt.hpp
+++ b/hadamard_pt.hpp
@@ -21,7 +21,7 @@ typedef struct range {
class PT {
private:
- randutils::mt19937_rng rng;
+ Rng rng;
public:
std::vector<MCMC> Ms;