Package: RcppZiggurat
Type: Package
Title: 'Rcpp' Integration of Different "Ziggurat" Normal RNG
        Implementations
Version: 0.1.8
Date: 2025-03-30
Authors@R: person("Dirk", "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org",
                  comment = c(ORCID = "0000-0001-6419-907X"))
Description: The Ziggurat generator for normally distributed random
 numbers, originally proposed by Marsaglia and Tsang (2000,
 <doi:10.18637/jss.v005.i08>) has been improved upon a few times
 starting with Leong et al (2005, <doi:10.18637/jss.v012.i07>).
 This package provides an aggregation in order to compare different
 implementations in order to provide a 'faster but good enough'
 alternative for use with R and C++ code. See the 'zigg' package
 for a lighter implementation for much easier use in other packages.
License: GPL (>= 2)
Depends: R (>= 3.0.0)
Imports: Rcpp, parallel, graphics, stats, utils
Suggests: rbenchmark, microbenchmark, lattice, ggplot2
URL: https://github.com/eddelbuettel/rcppziggurat,
        https://dirk.eddelbuettel.com/code/rcpp.ziggurat.html
BugReports: https://github.com/eddelbuettel/rcppziggurat/issues
LinkingTo: Rcpp, RcppGSL
NeedsCompilation: yes
Packaged: 2025-03-30 11:48:19 UTC; edd
Author: Dirk Eddelbuettel [aut, cre] (<https://orcid.org/0000-0001-6419-907X>)
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Repository: CRAN
Date/Publication: 2025-03-30 12:20:06 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-14 00:58:09 UTC; windows
Archs: x64
