Skip to content

Commit

Permalink
Replace RNG reference link with doi URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AleKoure committed Oct 16, 2024
1 parent f85cc94 commit cad2808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ to the workers one by one in a simple order
(see [round-robin](https://en.wikipedia.org/wiki/Round-robin_scheduling)). While
less efficient, this approach provides greater control over task execution and
is better suited for ensuring reproducibility by initializing
[L'Ecuyer-CMRG RNG streams](https://pubsonline.informs.org/doi/10.1287/opre.47.1.159).
[L'Ecuyer-CMRG RNG streams](doi:10.1287/opre.47.1.159).

In the following example, we simulate drug efficacy across different patient
cohorts using parallel processing with the `{mirai}` package. We define three
Expand Down

0 comments on commit cad2808

Please sign in to comment.