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:
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')) |
Bug tracker:https://github.com/hanase/rlecuyer/issues
Last updated 2 years agofrom:c4fb7af7ae. Checks:OK: 4 WARNING: 5. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win-x86_64 | WARNING | Nov 09 2024 |
R-4.5-linux-x86_64 | WARNING | Nov 09 2024 |
R-4.4-win-x86_64 | WARNING | Nov 09 2024 |
R-4.4-mac-x86_64 | WARNING | Nov 09 2024 |
R-4.4-mac-aarch64 | WARNING | Nov 09 2024 |
R-4.3-win-x86_64 | OK | Nov 09 2024 |
R-4.3-mac-x86_64 | OK | Nov 09 2024 |
R-4.3-mac-aarch64 | OK | Nov 09 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 page | Topics |
---|---|
R Interface to Random Number Generator with Multiple Streams | rlecuyer-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 |