This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rngtools/badges/latest-version.svg)](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]]