# -------------------------------------------- # 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.13.1 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.r-universe.dev repository-code: https://github.com/LTLA/DelayedRandomArray 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