Package: rTRNG Title: Advanced and Parallel Random Number Generation via 'TRNG' Version: 4.23.1-5 Authors@R: c(person("Riccardo", "Porreca", role = c("aut", "cre"), email = "riccardo.porreca@mirai-solutions.com"), person("Roland", "Schmid", role = "aut", email = "roland.schmid@mirai-solutions.com"), person("Mirai Solutions GmbH", role = "cph", email = "info@mirai-solutions.com"), person("Heiko", "Bauke", role = c("ctb", "cph"), comment = "TRNG sources and headers")) Description: Embeds sources and headers from Tina's Random Number Generator ('TRNG') C++ library. Exposes some functionality for easier access, testing and benchmarking into R. Provides examples of how to use parallel RNG with 'RcppParallel'. The methods and techniques behind 'TRNG' are illustrated in the package vignettes and examples. Full documentation is available in Bauke (2021) . License: GPL-3 URL: https://github.com/miraisolutions/rTRNG#readme, https://mirai-solutions.ch BugReports: https://github.com/miraisolutions/rTRNG/issues SystemRequirements: GNU make, C++17 Imports: methods, Rcpp (>= 0.11.6), RcppParallel Suggests: covr, knitr, R.rsp, rmarkdown, testthat (>= 2.0.0) LinkingTo: Rcpp, RcppParallel VignetteBuilder: knitr, R.rsp Encoding: UTF-8 NeedsCompilation: yes RoxygenNote: 7.3.2 Collate: 'LdFlags.R' 'RcppExports.R' 'TRNG.Engine.R' 'TRNG.Random.R' 'TRNGkind.R' 'TRNGseed.R' 'TRNGjump.R' 'TRNGsplit.R' 'TRNG.Random.seed.R' 'TRNG.Version.R' 'currentEngine.R' 'defaultKind.R' 'inline.R' 'rTRNG-package.R' 'rbinom_trng.R' 'rlnorm_trng.R' 'rnorm_trng.R' 'rpois_trng.R' 'runif_trng.R' 'zzz.R' Config/pak/sysreqs: make Repository: https://miraisolutions.r-universe.dev Date/Publication: 2026-02-24 15:00:51 UTC RemoteUrl: https://github.com/miraisolutions/rtrng RemoteRef: HEAD RemoteSha: 44c151e855aaf48256bd0d008f4053b83de8a4a8 Packaged: 2026-05-25 07:18:50 UTC; root Author: Riccardo Porreca [aut, cre], Roland Schmid [aut], Mirai Solutions GmbH [cph], Heiko Bauke [ctb, cph] (TRNG sources and headers) Maintainer: Riccardo Porreca