Learn R Programming

⚠️There's a newer version (0.3-8) of this package.Take me there.

rlecuyer (version 0.3-5)

R Interface to RNG with Multiple Streams

Description

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.

Copy Link

Version

Install

install.packages('rlecuyer')

Monthly Downloads

1,353

Version

0.3-5

License

GPL (>= 2)

Maintainer

Hana Sevcikova

Last Published

November 21st, 2019

Functions in rlecuyer (0.3-5)

GetStreams

Return names of existing streams
GetState

Return current state of a stream
uniform

Generate random numbers
AdvanceState

Advance the state of a stream
CurrentStream

Set/unset the current stream
DeleteStream

Remove streams
CreateStream

Spawn new streams
SetPackageSeed

Set the initial seed of the package or stream
SetAntithetic

Switch between U and 1-U variates
WriteState

Output of the current state of streams
internal

Internal functions
ResetStream

Reset the state of a stream
IncreasedPrecis

Switch between 32 and 53 bits of resolution