diff options
| -rw-r--r-- | src/GenSVMtraintest.c | 5 |
1 files changed, 1 insertions, 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")) { |
