| Line 219... |
Line 219... |
| 219 |
|
219 |
|
| 220 |
\code{RNGkind} returns a three-element character vector of the RNG,
|
220 |
\code{RNGkind} returns a three-element character vector of the RNG,
|
| 221 |
normal and sample kinds selected \emph{before} the call, invisibly if
|
221 |
normal and sample kinds selected \emph{before} the call, invisibly if
|
| 222 |
either argument is not \code{NULL}. A type starts a session as the
|
222 |
either argument is not \code{NULL}. A type starts a session as the
|
| 223 |
default, and is selected either by a call to \code{RNGkind} or by setting
|
223 |
default, and is selected either by a call to \code{RNGkind} or by setting
|
| 224 |
\code{.Random.seed} in the workspace.
|
224 |
\code{.Random.seed} in the workspace. (NB: prior to \R 3.6.0 the first
|
| - |
|
225 |
two kinds were returned in a two-element character vector.)
|
| 225 |
|
226 |
|
| 226 |
\code{RNGversion} returns the same information as \code{RNGkind} about
|
227 |
\code{RNGversion} returns the same information as \code{RNGkind} about
|
| 227 |
the defaults in a specific \R version.
|
228 |
the defaults in a specific \R version.
|
| 228 |
|
229 |
|
| 229 |
\code{set.seed} returns \code{NULL}, invisibly.
|
230 |
\code{set.seed} returns \code{NULL}, invisibly.
|