Name Mode Size
R 040000
inst 040000
man 040000
src 040000
tests 040000
vignettes 040000
.gitignore 100644 0 kb
DESCRIPTION 100644 1 kb
NAMESPACE 100644 3 kb
README.md 100644 1 kb
README.md
# DelayedArray of random values |Build|Status| |-----|----| | [Bioc-release](https://bioconductor.org/packages/release/bioc/html/DelayedRandomArray.html) | [![](https://bioconductor.org/shields/build/release/bioc/DelayedRandomArray.svg)](https://bioconductor.org/checkResults/release/bioc-LATEST/DelayedRandomArray) | | [Bioc-devel](https://bioconductor.org/packages/devel/bioc/html/DelayedRandomArray.html) | [![](https://bioconductor.org/shields/build/devel/bioc/DelayedRandomArray.svg)](https://bioconductor.org/checkResults/devel/bioc-LATEST/DelayedRandomArray) | This package 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. Check out the user's guide on the [Bioconductor landing page](https://bioconductor.org/packages/devel/bioc/html/DelayedRandomArray.html) for more details.