git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2051 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
cd660e151c
commit
1bb8ed0e7c
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ void main_function(int argc, char **argv)
|
|||
//reproducible random seed: if you don't change SEED above,
|
||||
// you'll aways get the same result, NOT a random run
|
||||
rng.reseed(seed);
|
||||
srand(seed);
|
||||
|
||||
|
||||
/* =========================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue