r-rngtools
Utility functions for working with random number generators
This package contains a set of functions for working with Random Number Generators (RNGs). In particular, it defines a generic S4 framework 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.
- Versions: 1.5.2
- Website: https://renozao.github.io/rngtools
- Licenses: GPL 3+
- Package source: gnu/packages/statistics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rngtools as follows:
guix install r-rngtools
Or install a particular version:
guix install r-rngtools@1.5.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of r-rngtools about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rngtools'><img src='https://packages.guix.gnu.org/packages/r-rngtools/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rngtools)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rngtools][https://packages.guix.gnu.org/packages/r-rngtools/badges/latest-version.svg]]