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, ) has been improved upon a few times starting with Leong et al (2005, ). 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 Config/pak/sysreqs: libgsl0-dev Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-01-29 02:27:25 UTC RemoteUrl: https://github.com/eddelbuettel/rcppziggurat RemoteRef: HEAD RemoteSha: 1705b488df9c0b4cc1eb9aa4d16c2ee164e071d8 NeedsCompilation: yes Packaged: 2026-06-23 17:38:04 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ) Maintainer: Dirk Eddelbuettel