Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
e516218a
Commit
e516218a
authored
Aug 31, 2018
by
LANORE Vincent
Browse files
Added init of caml random seed so the seed is indeed random when not providing one.
parent
e67ee873
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lib/pipeline.ml
lib/pipeline.ml
+1
-0
No files found.
lib/pipeline.ml
View file @
e516218a
...
...
@@ -445,6 +445,7 @@ let detection_command =
]
let
validation_command
=
let
_
=
Random
.
self_init
()
in
let
open
Command
.
Let_syntax
in
Command
.
basic
~
summary
:
"Run simulation pipeline"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment