Skip to content

Commit

Permalink
Seed
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Aug 9, 2023
1 parent 4d8deb7 commit 0131e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/include/model_methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using json_data_t = stan::json::json_data;
// [[Rcpp::export]]
SEXP model_ptr(std::string data_path) {
Rcpp::XPtr<stan_model> ptr(
new stan_model(*var_context(data_path), seed, &Rcpp::Rcout),
new stan_model(*var_context(data_path), 0, &Rcpp::Rcout),
true
);
return ptr;
Expand Down

0 comments on commit 0131e1d

Please sign in to comment.