Skip to content

Commit

Permalink
Pass prng in inference_gendb.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyfertig committed Oct 2, 2024
1 parent 656bc0c commit 8649774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx/inference.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ void inference_gendb(std::mt19937* prng, GenDB* gendb, int iters, int timeout,
bool verbose) {
inference_hirm(prng, gendb->hirm, iters, timeout, verbose);
gendb->transition_reference_class_and_ancestors(
gendb->schema.query.record_class);
prng, gendb->schema.query.record_class);
}

0 comments on commit 8649774

Please sign in to comment.