Package: DelayedRandomArray Version: 1.21.0 Date: 2024-07-05 Title: Delayed Arrays of Random Values Description: 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. Authors@R: person("Aaron", "Lun", role=c("aut", "cre"), email="infinite.monkeys.with.keyboards@gmail.com") License: GPL-3 Depends: SparseArray (>= 1.5.15), DelayedArray (>= 0.31.6) Imports: methods, dqrng, Rcpp LinkingTo: dqrng, BH, Rcpp Suggests: testthat, knitr, BiocStyle, rmarkdown, Matrix biocViews: DataRepresentation BugReports: https://github.com/LTLA/DelayedRandomArray/issues URL: https://github.com/LTLA/DelayedRandomArray SystemRequirements: C++11 VignetteBuilder: knitr RoxygenNote: 7.3.2 Encoding: UTF-8 Config/pak/sysreqs: zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-04-28 12:55:49 UTC RemoteUrl: https://github.com/bioc/DelayedRandomArray RemoteRef: HEAD RemoteSha: 0b79fa84ca6958c1cd8bfe468062473fdb7b60f2 NeedsCompilation: yes Packaged: 2026-06-23 19:10:59 UTC; root Author: Aaron Lun [aut, cre] Maintainer: Aaron Lun