Package: rngtools 1.5.3
Renaud Gaujoux
rngtools: Utility Functions for Working with Random Number Generators
Provides a set of functions for working with Random Number Generators (RNGs). In particular, a generic S4 framework is defined for getting/setting the current RNG, or RNG data that are embedded into objects for reproducibility. Notably, convenient default methods greatly facilitate the way current RNG settings can be changed.
Authors:
rngtools_1.5.3.tar.gz
rngtools_1.5.3.zip(r-4.5)rngtools_1.5.3.zip(r-4.4)rngtools_1.5.3.zip(r-4.3)
rngtools_1.5.3.tgz(r-4.4-any)rngtools_1.5.3.tgz(r-4.3-any)
rngtools_1.5.3.tar.gz(r-4.5-noble)rngtools_1.5.3.tar.gz(r-4.4-noble)
rngtools_1.5.3.tgz(r-4.4-emscripten)rngtools_1.5.3.tgz(r-4.3-emscripten)
rngtools.pdf |rngtools.html✨
rngtools/json (API)
NEWS
# Install 'rngtools' in R: |
install.packages('rngtools', repos = c('https://renozao.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/renozao/rngtools/issues
Last updated 3 years agofrom:45a51bae98. Checks:OK: 4 ERROR: 3. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | ERROR | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
R-4.4-win | ERROR | Nov 03 2024 |
R-4.4-mac | OK | Nov 03 2024 |
R-4.3-win | ERROR | Nov 03 2024 |
R-4.3-mac | OK | Nov 03 2024 |
Exports:.getRNG.setRNGcheckRNGgetRNGgetRNG1hasRNGnextRNGrng.equalrng1.equalRNGdigestRNGinfoRNGrecoveryRNGseedRNGseqRNGseq_seedRNGstrRNGtypesetRNGshowRNG
Dependencies:digest
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Getting RNG Seeds | .getRNG .getRNG,ANY-method .getRNG,list-method .getRNG,missing-method .getRNG,numeric-method |
Setting RNG Seeds | .setRNG .setRNG,character-method .setRNG,numeric-method |
Checking RNG Differences in Unit Tests | checkRNG |
Getting/Setting RNGs | getRNG hasRNG nextRNG setRNG |
Extracting RNG Settings from Computation Result Objects | getRNG1 getRNG1,ANY-method |
Comparing RNG Settings | rng.equal rng1.equal |
Directly Getting or Setting the RNG Seed | RNGrecovery RNGseed |
Generate Sequence of Random Streams | RNGseq RNGseq_seed |
Formatting RNG Information | RNGdigest RNGinfo RNGstr RNGtype showRNG |
Utility functions for working with Random Number Generators | rngtools-package rngtools |