Learn R Programming

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

rlecuyer (version 0.3-7)

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

4,560

Version

0.3-7

License

GPL (>= 2)

Maintainer

Hana Sevcikova

Last Published

March 24th, 2023

Functions in rlecuyer (0.3-7)

SetAntithetic

Switch between U and 1-U variates
GetState

Return current state of a stream
AdvanceState

Advance the state of a stream
DeleteStream

Remove streams
IncreasedPrecis

Switch between 32 and 53 bits of resolution
CurrentStream

Set/unset the current stream
rlecuyer-package

R Interface to Random Number Generator with Multiple Streams
uniform

Generate random numbers
init

Initialization and Cleaning
internal

Internal functions
ResetStream

Reset the state of a stream
SetPackageSeed

Set RNG Seed
GetStreams

Return names of existing streams
CreateStream

Spawn new streams
WriteState

Output of the current state of streams