Package: rngtools Authors@R: c(person("Renaud", "Gaujoux", email = "renozao@protonmail.com", role = c("aut", "cre")), person("Max", "Kuhn", role = "ctb")) Version: 1.5.3 License: GPL (>= 3) Title: Utility Functions for Working with Random Number Generators Description: 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. URL: https://renozao.github.io/rngtools/ BugReports: https://github.com/renozao/rngtools/issues Encoding: UTF-8 Depends: R (>= 3.2.0), methods Imports: digest, utils, stats, parallel Suggests: covr, RUnit, testthat Roxygen: list(markdown = TRUE) RoxygenNote: 7.0.2 Repository: https://renozao.r-universe.dev Date/Publication: 2021-09-24 06:52:08 UTC RemoteUrl: https://github.com/renozao/rngtools RemoteRef: HEAD RemoteSha: 45a51bae98aea2873943005fe039c4cce46a7322 NeedsCompilation: no Packaged: 2026-07-04 16:28:22 UTC; root Author: Renaud Gaujoux [aut, cre], Max Kuhn [ctb] Maintainer: Renaud Gaujoux