NULL or NA: default to current stream, unless
.Random.seed does not exit, in which case the seed is set from the
system clock time; otherwise, specify a scalar seed value start a new stream.
runQuiet
TRUE: no feedback; FALSE: show some results.
…
Not used, for gobbling arguments only.
Value
The newly set seed or current seed invisibly.
Details
The default uniform RNG in R
is“Mersenne-Twister” which produces a ‘seed set’ when
initialized. This seed set seems to be initialized to postion 624 so
that the next draw will change the seed set (and hence the position to
1). Subsequently it will take 624 more draws to change the seed set, to
a new one &c. So what is returned by default from this function is a
vector of length 626.