Skip to content

Commit

Permalink
Add printout
Browse files Browse the repository at this point in the history
  • Loading branch information
brownd1978 committed Feb 3, 2022
1 parent 23f8cbd commit 2f20b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mains/Tracks_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ int main(int argc, char **argv) {
auto tdiff = Clock::now() - now;
double nsecs = std::chrono::duration_cast<std::chrono::nanoseconds>(tdiff).count();
unsigned seed = static_cast<unsigned>(rint(nsecs));
// cout << "Nsecs " << nsecs << " seed " << seed << endl;
cout << "Random seed " << seed << endl;
TRandom3 tr_(seed); // random number generator
// setup target
Target target(targetfile,tr_);
Expand Down

0 comments on commit 2f20b17

Please sign in to comment.