R Interface to RNG with Multiple Streams
Advance the state of a stream
Spawn new streams
Set/unset the current stream
Remove streams
Return current state of a stream
Return names of existing streams
Switch between 32 and 53 bits of resolution
Initialization and Cleaning
Internal functions
Reset the state of a stream
R Interface to Random Number Generator with Multiple Streams
Switch between U and 1-U variates
Set RNG Seed
Generate random numbers
Output of the current state of streams
Provides an interface to the C implementation of the random number generator with multiple independent streams developed by L'Ecuyer et al (2002). The main purpose of this package is to enable the use of this random number generator in parallel R applications.