Skip to content

Commit

Permalink
Update run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein authored Dec 7, 2019
1 parent 23d431a commit 317dd6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/docs/command-reference/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 317dd6a

Please sign in to comment.