Removed time based seed to make test more repeatable.

This commit is contained in:
Davis King 2011-06-04 15:40:50 -04:00
parent 297243dbbd
commit 611cbfaaee
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ namespace
tester ("test_matrix_qr",
"Runs tests on the matrix QR component.")
{
rnd.set_seed(cast_to_string(time(0)));
//rnd.set_seed(cast_to_string(time(0)));
}
void perform_test (