Package: rngtools
Authors@R: 
  c(person("Renaud", "Gaujoux", email = "renozao@protonmail.com", role = c("aut", "cre")),
    person("Max", "Kuhn", role = "ctb"))
Version: 1.5.2
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
