Skip to content

Commit d12e8b8

Browse files
committed
no longer initializes the RNG state
1 parent 4e2d5ea commit d12e8b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/RcppExports.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ List SRS_PD(IntegerVector yobs, IntegerMatrix xobs, IntegerMatrix wt);
1515
RcppExport SEXP _gdverse_SRS_PD(SEXP yobsSEXP, SEXP xobsSEXP, SEXP wtSEXP) {
1616
BEGIN_RCPP
1717
Rcpp::RObject rcpp_result_gen;
18-
Rcpp::RNGScope rcpp_rngScope_gen;
1918
Rcpp::traits::input_parameter< IntegerVector >::type yobs(yobsSEXP);
2019
Rcpp::traits::input_parameter< IntegerMatrix >::type xobs(xobsSEXP);
2120
Rcpp::traits::input_parameter< IntegerMatrix >::type wt(wtSEXP);
@@ -28,7 +27,6 @@ List SRS_MULTIPD(IntegerVector yobs, IntegerMatrix xobs, IntegerMatrix wt);
2827
RcppExport SEXP _gdverse_SRS_MULTIPD(SEXP yobsSEXP, SEXP xobsSEXP, SEXP wtSEXP) {
2928
BEGIN_RCPP
3029
Rcpp::RObject rcpp_result_gen;
31-
Rcpp::RNGScope rcpp_rngScope_gen;
3230
Rcpp::traits::input_parameter< IntegerVector >::type yobs(yobsSEXP);
3331
Rcpp::traits::input_parameter< IntegerMatrix >::type xobs(xobsSEXP);
3432
Rcpp::traits::input_parameter< IntegerMatrix >::type wt(wtSEXP);
@@ -41,7 +39,6 @@ NumericVector SRS_PDTEST(IntegerVector yobs, IntegerMatrix xobs, IntegerMatrix w
4139
RcppExport SEXP _gdverse_SRS_PDTEST(SEXP yobsSEXP, SEXP xobsSEXP, SEXP wtSEXP) {
4240
BEGIN_RCPP
4341
Rcpp::RObject rcpp_result_gen;
44-
Rcpp::RNGScope rcpp_rngScope_gen;
4542
Rcpp::traits::input_parameter< IntegerVector >::type yobs(yobsSEXP);
4643
Rcpp::traits::input_parameter< IntegerMatrix >::type xobs(xobsSEXP);
4744
Rcpp::traits::input_parameter< IntegerMatrix >::type wt(wtSEXP);

0 commit comments

Comments
 (0)