Learn R Programming

rlecuyer (version 0.3-8)

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-8

License

GPL (>= 2)

Maintainer

Hana Sevcikova

Last Published

December 2nd, 2023

Functions in rlecuyer (0.3-8)

SetPackageSeed

Set RNG Seed
IncreasedPrecis

Switch between 32 and 53 bits of resolution
DeleteStream

Remove streams
uniform

Generate random numbers
CreateStream

Spawn new streams
ResetStream

Reset the state of a stream
CurrentStream

Set/unset the current stream
init

Initialization and Cleaning
GetState

Return current state of a stream
SetAntithetic

Switch between U and 1-U variates
AdvanceState

Advance the state of a stream
GetStreams

Return names of existing streams
WriteState

Output of the current state of streams
rlecuyer-package

R Interface to Random Number Generator with Multiple Streams
internal

Internal functions