Skip to content

Commit

Permalink
REF: Regenerate test date with new seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Sep 18, 2024
1 parent f49a95e commit e947cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randomgen/src/pcg64/pcg64_xslrr-test-data-gen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main() {
cout << cm_rng << "\n\n";

ofile.open("pcg64-xsl_rr-testset-1.csv");
cm_ofile.open("pcg64-cm--xsl_rr-testset-1.csv");
cm_ofile.open("pcg64-cm-xsl_rr-testset-1.csv");
ofile << "seed, 0x" << 0 << endl;
// cm_ofile << "seed, 0x" << 0 << endl;
for (int i = 0; i < N; i++) {
Expand Down

0 comments on commit e947cda

Please sign in to comment.