Skip to content

Commit

Permalink
Update lhcoptim.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrUrq authored Mar 29, 2021
1 parent b3d5ce8 commit 4499f46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/man/lhcoptim.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ optimal depending on the number of dimensions and the size of the plan.

The RNG can be specified or else the global RNG will be used.

Multithreading can be used by starting Julia with multiple threads and specifying `threads=true`.
Multithreading can be used by starting Julia with multiple threads and specifying `threading=true`.
!!! note

Specifying a rng does not yield the same result each time when running the plan threaded.

The optimisation of a sampling plan is started from a random plan which is also
an exported function.
Expand Down

0 comments on commit 4499f46

Please sign in to comment.