LTLA/DelayedRandomArray: Delayed Arrays of Random Values

Implements a DelayedArray of random values where the realization of the sampled values is delayed until they are needed. Reproducible sampling within any subarray is achieved by chunking where each chunk is initialized with a different random seed and stream. The usual distributions in the stats package are supported, along with scalar, vector and arrays for the parameters.

Getting started

Package details

Bioconductor views DataRepresentation
Maintainer
LicenseGPL-3
Version0.99.2
URL https://github.com/LTLA/DelayedRandomArray
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("LTLA/DelayedRandomArray")
LTLA/DelayedRandomArray documentation built on Dec. 18, 2021, 3:40 a.m.