Skip to content

Commit

Permalink
Support --dump-state and --read-state
Browse files Browse the repository at this point in the history
  • Loading branch information
def- committed Oct 31, 2023
1 parent 9f90d46 commit ec940c5
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 221 deletions.
1 change: 0 additions & 1 deletion log.cc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ cerr_logger::cerr_logger()
{
ostringstream seed;
seed << smith::rng;
cout << "seed: " << stoi(seed.str()) << endl;
}

void cerr_logger::report()
Expand Down
Loading

0 comments on commit ec940c5

Please sign in to comment.