# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "DelayedRandomArray" in publications use:' type: software license: GPL-3.0-only title: 'DelayedRandomArray: Delayed Arrays of Random Values' version: 1.20.0 doi: 10.32614/CRAN.package.DelayedRandomArray abstract: 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: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com repository: https://bioc-release.r-universe.dev repository-code: https://github.com/LTLA/DelayedRandomArray commit: e4e339e0288e63fc2b7da1dfd7ffdb193bb3e23a url: https://github.com/LTLA/DelayedRandomArray date-released: '2024-07-05' contact: - family-names: Lun given-names: Aaron email: infinite.monkeys.with.keyboards@gmail.com