Package: sitmo 2.0.2
sitmo: Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files
Provided within are two high quality and fast PPRNGs that may be used in an 'OpenMP' parallel environment. In addition, there is a generator for one dimensional low-discrepancy sequence. The objective of this library to consolidate the distribution of the 'sitmo' (C++98 & C++11), 'threefry' and 'vandercorput' (C++11-only) engines on CRAN by enabling others to link to the header files inside of 'sitmo' instead of including a copy of each engine within their individual package. Lastly, the package contains example implementations using the 'sitmo' package and three accompanying vignette that provide additional information.
Authors:
sitmo_2.0.2.tar.gz
sitmo_2.0.2.zip(r-4.5)sitmo_2.0.2.zip(r-4.4)sitmo_2.0.2.zip(r-4.3)
sitmo_2.0.2.tgz(r-4.4-x86_64)sitmo_2.0.2.tgz(r-4.4-arm64)sitmo_2.0.2.tgz(r-4.3-x86_64)sitmo_2.0.2.tgz(r-4.3-arm64)
sitmo_2.0.2.tar.gz(r-4.5-noble)sitmo_2.0.2.tar.gz(r-4.4-noble)
sitmo_2.0.2.tgz(r-4.4-emscripten)sitmo_2.0.2.tgz(r-4.3-emscripten)
sitmo.pdf |sitmo.html✨
sitmo/json (API)
NEWS
# Install 'sitmo' in R: |
install.packages('sitmo', repos = c('https://coatless-rpkg.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coatless-rpkg/sitmo/issues
Last updated 1 years agofrom:b98bbfb4be. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | OK | Nov 06 2024 |
R-4.5-linux-x86_64 | OK | Nov 06 2024 |
R-4.4-win-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-x86_64 | OK | Nov 06 2024 |
R-4.4-mac-aarch64 | OK | Nov 06 2024 |
R-4.3-win-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-x86_64 | OK | Nov 06 2024 |
R-4.3-mac-aarch64 | OK | Nov 06 2024 |
Exports:runif_rrunif_sitmositmo_drawssitmo_engine_resetsitmo_engine_seedsitmo_parallelsitmo_two_seeds
Dependencies:Rcpp
sitmo's BigCrush Results
Rendered frombig_crush_test.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2021-10-12
Started: 2016-03-17
Deployment of sitmo within C++ Code
Rendered fromsitmo_internals.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2021-10-13
Started: 2016-03-04
Making a Uniform PRNG with sitmo
Rendered fromuniform_rng_with_sitmo.Rmd
usingknitr::rmarkdown
on Nov 06 2024.Last update: 2018-06-26
Started: 2016-03-18
Readme and manuals
Help Manual
Help page | Topics |
---|---|
sitmo: Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files | sitmo-package sitmo |
Random Uniform Number Generator using base R | runif_r |
Random Uniform Number Generator with sitmo | runif_sitmo |
Example RNG Draws with sitmo | sitmo_draws |
Example Seed Set and RNG Draws with sitmo | sitmo_engine_reset |
Example Seed Set and RNG Draws with sitmo | sitmo_engine_seed |
Test Generation using sitmo and C++11 | sitmo_parallel |
Two RNG engines running side-by-side | sitmo_two_seeds |