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