From 7983324a66918304985768efb302512d04ccd238 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 14 Oct 2016 19:06:34 +0200 Subject: remove temporary test seed setting --- src/GenSVMtraintest.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/GenSVMtraintest.c b/src/GenSVMtraintest.c index cc0284e..f70fa97 100644 --- a/src/GenSVMtraintest.c +++ b/src/GenSVMtraintest.c @@ -83,10 +83,7 @@ int main(int argc, char **argv) strcpy(model->data_file, training_inputfile); // seed the random number generator - //srand(time(NULL)); - // - // XXX temporary - srand(2135); + srand(time(NULL)); // load a seed model from file if it is specified if (gensvm_check_argv_eq(argc, argv, "-s")) { -- cgit v1.2.3