Package: stors Type: Package Title: Step Optimised Rejection Sampling Version: 1.0.1 Authors@R: c( person("Ahmad", "ALQabandi", email = "ahmad.alqabandi@durham.ac.uk", role = c("cre", "aut", "cph"), comment = c(ORCID = "0009-0006-0055-3846")), person("Louis", "Aslett", email = "louis.aslett@durham.ac.uk", role = c("aut", "ths", "cph"), comment = c(ORCID = "0000-0003-2211-233X"))) Maintainer: Ahmad ALQabandi Description: Fast and efficient sampling from general univariate probability density functions. Implements a rejection sampling approach designed to take advantage of modern CPU caches and minimise evaluation of the target density for most samples. Many standard densities are internally implemented in 'C' for high performance, with general user defined densities also supported. A paper describing the methodology will be released soon. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: digest, microbenchmark, cli, rlang Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2 Config/testthat/edition: 3 Depends: R (>= 4.2.0) VignetteBuilder: knitr URL: https://ahmad-alqabandi.github.io/stors/ Repository: https://louisaslett.r-universe.dev Date/Publication: 2025-03-10 14:25:13 UTC RemoteUrl: https://github.com/ahmad-alqabandi/stors RemoteRef: HEAD RemoteSha: 6f6711c068d03d19d6b47eb2dde6938393f4b005 NeedsCompilation: yes Packaged: 2026-07-15 07:25:40 UTC; root Author: Ahmad ALQabandi [cre, aut, cph] (ORCID: ), Louis Aslett [aut, ths, cph] (ORCID: )