Skip to content

Commit 9e00183

Browse files
committed
allow public use of newRandomX
1 parent 44f3f89 commit 9e00183

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/MCIntegrator.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ class MCI
6767

6868
void resetAccRejCounters();
6969

70-
void newRandomX(); //to use if there is no pdf, take a new random _xold
71-
7270
void applyPBC(double * v);
7371
void computeNewX();
7472
void updateX();
@@ -94,6 +92,7 @@ class MCI
9492
void setIRange(const double * const * irange);
9593

9694
void setX(const double * x);
95+
void newRandomX(); // use if you want to take a new random _xold
9796
void setMRT2Step(const double * mrt2step);
9897

9998
void setTargetAcceptanceRate(const double * targetaccrate);

0 commit comments

Comments
 (0)