rngSetSeed: Seeding the Default RNG with a Numeric Vector

A function setVectorSeed() is provided. Its argument is a numeric vector of an arbitrary nonzero length, whose components have integer values from [0, 2^32-1]. The input vector is transformed using AES (Advanced Encryption Standard) algorithm into an initial state of Mersenne-Twister random number generator. The function provides a better alternative to the R base function set.seed(), if the input vector is a single integer. Initializing a stream of random numbers with a vector is a convenient way to obtain several streams, each of which is identified by several integer indices.

Package details

AuthorPetr Savicky
MaintainerPetr Savicky <savicky@cs.cas.cz>
LicenseGPL-3
Version0.3-3
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("rngSetSeed")

Try the rngSetSeed package in your browser

Any scripts or data that you put into this service are public.

rngSetSeed documentation built on Sept. 19, 2023, 9:06 a.m.