Skip to content

Commit be7d1a9

Browse files
author
hornik
committed
Auto-generate citations and references.
git-svn-id: https://svn.r-project.org/R/trunk@88504 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 91bebf6 commit be7d1a9

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

src/library/parallel/man/RngStream.Rd

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/parallel/man/RngStream.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 2011-2018 R Core Team
3+
% Copyright 2025-2018 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{RNGstreams}
@@ -37,12 +37,12 @@ mc.reset.stream()
3737
separate RNG stream.
3838

3939
This uses as its underlying generator \code{RNGkind("L'Ecuyer-CMRG")},
40-
of \bibcite{L'Ecuyer (1999)}, which has a seed vector of 6 (signed) integers and a
40+
of \bibcitet{R:L_Ecuyer:1999}, which has a seed vector of 6 (signed) integers and a
4141
period of around \eqn{2^{191}}{2^191}. Each \sQuote{stream} is a
4242
subsequence of the period of length \eqn{2^{127}}{2^127} which is in
4343
turn divided into \sQuote{substreams} of length \eqn{2^{76}}{2^76}.
4444

45-
The idea of \bibcite{L'Ecuyer \emph{et al} (2002)} is to use a separate stream
45+
The idea of \bibcitet{R:L_Ecuyer+Simard+Chen:2002} is to use a separate stream
4646
for each of the parallel computations (which ensures that the random
4747
numbers generated never get into to sync) and the parallel
4848
computations can themselves use substreams if required. The original
@@ -75,17 +75,7 @@ mc.reset.stream()
7575
a value which can be assigned to \code{.Random.seed}.
7676
}
7777
\references{
78-
L'Ecuyer, P. (1999).
79-
Good parameters and implementations for combined multiple recursive
80-
random number generators.
81-
\emph{Operations Research}, \bold{47}, 159--164.
82-
\doi{10.1287/opre.47.1.159}.
83-
84-
L'Ecuyer, P., Simard, R., Chen, E. J. and Kelton, W. D. (2002).
85-
An object-oriented random-number package with many long streams
86-
and substreams.
87-
\emph{Operations Research}, \bold{50}, 1073--1075.
88-
\doi{10.1287/opre.50.6.1073.358}.
78+
\bibshow{*}
8979
}
9080
\author{
9181
Brian Ripley

0 commit comments

Comments
 (0)