diff --git a/R/tar_seed_create.R b/R/tar_seed_create.R index 4611d7ee9..0a5b4ac21 100644 --- a/R/tar_seed_create.R +++ b/R/tar_seed_create.R @@ -25,7 +25,7 @@ #' see the Section 6: "Random-number generation" in the `parallel` #' package vignette: `vignette(topic = "parallel", package = "parallel")`.) #' However, this risk is extremely small in practice, as shown by -#' L'Ecuyer et al. (2027) +#' L'Ecuyer et al. (2017) #' under "A single RNG with a 'random' seed for each stream" (Section 4: #' under "How to produce parallel streams and substreams"). #' diff --git a/man/tar_seed_create.Rd b/man/tar_seed_create.Rd index 34a18fdb6..7bc8d51a9 100644 --- a/man/tar_seed_create.Rd +++ b/man/tar_seed_create.Rd @@ -49,7 +49,7 @@ correlated results. (For a discussion of the motivating problem, see the Section 6: "Random-number generation" in the \code{parallel} package vignette: \code{vignette(topic = "parallel", package = "parallel")}.) However, this risk is extremely small in practice, as shown by -L'Ecuyer et al. (2027) \url{https://doi.org/10.1016/j.matcom.2016.05.005} +L'Ecuyer et al. (2017) \url{https://doi.org/10.1016/j.matcom.2016.05.005} under "A single RNG with a 'random' seed for each stream" (Section 4: under "How to produce parallel streams and substreams"). diff --git a/man/tar_seed_get.Rd b/man/tar_seed_get.Rd index 9819bb9b2..050411281 100644 --- a/man/tar_seed_get.Rd +++ b/man/tar_seed_get.Rd @@ -50,7 +50,7 @@ correlated results. (For a discussion of the motivating problem, see the Section 6: "Random-number generation" in the \code{parallel} package vignette: \code{vignette(topic = "parallel", package = "parallel")}.) However, this risk is extremely small in practice, as shown by -L'Ecuyer et al. (2027) \url{https://doi.org/10.1016/j.matcom.2016.05.005} +L'Ecuyer et al. (2017) \url{https://doi.org/10.1016/j.matcom.2016.05.005} under "A single RNG with a 'random' seed for each stream" (Section 4: under "How to produce parallel streams and substreams"). diff --git a/man/tar_seed_set.Rd b/man/tar_seed_set.Rd index ebf72a629..96001094a 100644 --- a/man/tar_seed_set.Rd +++ b/man/tar_seed_set.Rd @@ -51,7 +51,7 @@ correlated results. (For a discussion of the motivating problem, see the Section 6: "Random-number generation" in the \code{parallel} package vignette: \code{vignette(topic = "parallel", package = "parallel")}.) However, this risk is extremely small in practice, as shown by -L'Ecuyer et al. (2027) \url{https://doi.org/10.1016/j.matcom.2016.05.005} +L'Ecuyer et al. (2017) \url{https://doi.org/10.1016/j.matcom.2016.05.005} under "A single RNG with a 'random' seed for each stream" (Section 4: under "How to produce parallel streams and substreams").