From 317dd6afc41b475a9c6c06c8c559d4ab6053f98a Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sat, 7 Dec 2019 14:30:52 -0800 Subject: [PATCH] Update run.md --- static/docs/command-reference/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/docs/command-reference/run.md b/static/docs/command-reference/run.md index 24b772c4ec..840301027d 100644 --- a/static/docs/command-reference/run.md +++ b/static/docs/command-reference/run.md @@ -69,8 +69,8 @@ To guarantee reproducibilty, your command should be [deterministic](https://en.wikipedia.org/wiki/Deterministic_algorithm) (i.e. it must produce the same results given the same inputs/dependencies). -Have in mind what brings entropy to your command (e.g. random generators, seeds, -hardware, etc.). +Have in mind what brings entropy to your command (e.g. random generators, time, +hardware, etc.) and try to minize it (e.g. fix seeds). ## Options