Package: rlecuyer 0.3-7

rlecuyer: R Interface to RNG with Multiple 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.

Authors:Hana Sevcikova [aut, cre], Tony Rossini [aut], Pierre L'Ecuyer [cph]

rlecuyer_0.3-7.tar.gz
rlecuyer_0.3-7.zip(r-4.5)rlecuyer_0.3-7.zip(r-4.4)rlecuyer_0.3-7.zip(r-4.3)
rlecuyer_0.3-7.tgz(r-4.4-x86_64)rlecuyer_0.3-7.tgz(r-4.4-arm64)rlecuyer_0.3-7.tgz(r-4.3-x86_64)rlecuyer_0.3-7.tgz(r-4.3-arm64)
rlecuyer_0.3-7.tar.gz(r-4.5-noble)rlecuyer_0.3-7.tar.gz(r-4.4-noble)
rlecuyer_0.3-7.tgz(r-4.4-emscripten)rlecuyer_0.3-7.tgz(r-4.3-emscripten)
rlecuyer.pdf |rlecuyer.html
rlecuyer/json (API)

# Install 'rlecuyer' in R:
install.packages('rlecuyer', repos = c('https://hanase.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/hanase/rlecuyer/issues

On CRAN:

27 exports 2 stars 2.25 score 0 dependencies 6 dependents 1 mentions 128 scripts 1.7k downloads

Last updated 1 years agofrom:c4fb7af7ae. Checks:OK: 4 WARNING: 5. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 10 2024
R-4.5-win-x86_64WARNINGSep 10 2024
R-4.5-linux-x86_64WARNINGSep 10 2024
R-4.4-win-x86_64WARNINGSep 10 2024
R-4.4-mac-x86_64WARNINGSep 10 2024
R-4.4-mac-aarch64WARNINGSep 10 2024
R-4.3-win-x86_64OKSep 10 2024
R-4.3-mac-x86_64OKSep 10 2024
R-4.3-mac-aarch64OKSep 10 2024

Exports:.lec.AdvanceState.lec.CheckSeed.lec.CreateStream.lec.CurrentStream.lec.CurrentStreamEnd.lec.DeleteStream.lec.DoCreateStream.lec.exit.lec.GetState.lec.GetStateList.lec.GetStreams.lec.Getuniform.lec.IncreasedPrecis.lec.init.lec.ResetNextSubstream.lec.ResetStartStream.lec.ResetStartSubstream.lec.SaveStateList.lec.SetAntithetic.lec.SetPackageSeed.lec.SetSeed.lec.StreamExists.lec.uniform.lec.uniform.int.lec.which.stream.lec.WriteState.lec.WriteStateFull

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
R Interface to Random Number Generator with Multiple Streamsrlecuyer-package rlecuyer
Advance the state of a stream.lec.AdvanceState
Spawn new streams.lec.CreateStream .lec.StreamExists
Set/unset the current stream.lec.CurrentStream .lec.CurrentStreamEnd
Remove streams.lec.DeleteStream
Return current state of a stream.lec.GetState
Return names of existing streams.lec.GetStreams
Switch between 32 and 53 bits of resolution.lec.IncreasedPrecis
Initialization and Cleaning.lec.exit .lec.init
Reset the state of a stream.lec.ResetNextSubstream .lec.ResetStartStream .lec.ResetStartSubstream
Switch between U and 1-U variates.lec.SetAntithetic
Set RNG Seed.lec.SetPackageSeed .lec.SetSeed
Generate random numbers.lec.uniform .lec.uniform.int
Output of the current state of streams.lec.WriteState .lec.WriteStateFull