Package: sitmo Title: Parallel Pseudo Random Number Generator (PPRNG) 'sitmo' Header Files Version: 2.0.2 Authors@R: c(person("James", "Balamuta", email = "balamut2@illinois.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-2826-8458")), person("Thijs","van den Berg", email = "thijs@sitmo.com", role = c("aut", "cph")), person("Ralf", "Stubner", email = "ralf.stubner@daqana.com", role = c("ctb"))) Description: 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. Depends: R (>= 3.2.0) URL: https://github.com/coatless-rpkg/sitmo, https://r-pkg.thecoatlessprofessor.com/sitmo/, https://github.com/stdfin/random/ BugReports: https://github.com/coatless-rpkg/sitmo/issues License: MIT + file LICENSE LinkingTo: Rcpp Imports: Rcpp (>= 0.12.13) RoxygenNote: 7.2.3 Suggests: knitr, rmarkdown, ggplot2 VignetteBuilder: knitr Encoding: UTF-8 Repository: https://coatless-rpkg.r-universe.dev Date/Publication: 2023-11-14 07:33:23 UTC RemoteUrl: https://github.com/coatless-rpkg/sitmo RemoteRef: HEAD RemoteSha: b98bbfb4be968f33d29ba55bd71740eda45b24f4 NeedsCompilation: yes Packaged: 2026-06-10 06:43:31 UTC; root Author: James Balamuta [aut, cre, cph] (ORCID: ), Thijs van den Berg [aut, cph], Ralf Stubner [ctb] Maintainer: James Balamuta