Bioc2026 Registration Open!

DelayedRandomArray

Delayed Arrays of Random Values

Bioconductor version: 3.23 · Package version: 1.20.0

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.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("DelayedRandomArray")

Details

MaintainerAaron Lun <infinite.monkeys.with.keyboards@gmail.com>
AuthorAaron Lun [aut, cre]
LicenseGPL-3
URLhttps://github.com/LTLA/DelayedRandomArray
Bug Reportshttps://github.com/LTLA/DelayedRandomArray/issues
System RequirementsC++11
Downloads rank224
Source branchRELEASE_3_23
biocViewsDataRepresentation, Software

Documentation

Download

Dependencies

Depends: SparseArray (>= 1.5.15), DelayedArray (>= 0.31.6)

Imports: methods, dqrng, Rcpp

LinkingTo: dqrng, BH, Rcpp

Suggests: testthat, knitr, BiocStyle, rmarkdown, Matrix

Reverse dependencies

Imports Me (1): DelayedTensor