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
| Maintainer | Aaron Lun <infinite.monkeys.with.keyboards@gmail.com> |
| Author | Aaron Lun [aut, cre] |
| License | GPL-3 |
| URL | https://github.com/LTLA/DelayedRandomArray |
| Bug Reports | https://github.com/LTLA/DelayedRandomArray/issues |
| System Requirements | C++11 |
| Downloads rank | 224 |
| Source branch | RELEASE_3_23 |
| biocViews | DataRepresentation, Software |
Documentation
Download
Dependencies
Reverse dependencies
Imports Me (1): DelayedTensor