-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
22 lines (22 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: RcppZiggurat
Type: Package
Title: 'Rcpp' Integration of Different "Ziggurat" Normal RNG Implementations
Version: 0.1.6.1
Date: 2021-07-12
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 an 'faster but good enough'
alternative for use with R and C++ code.
License: GPL (>= 2)
Depends: R (>= 3.0.0)
Imports: Rcpp, parallel, graphics, stats, utils
Suggests: rbenchmark, microbenchmark, lattice, knitr, rmarkdown, pinp
URL: https://github.com/eddelbuettel/rcppziggurat, https://dirk.eddelbuettel.com/code/rcpp.ziggurat.html
BugReports: https://github.com/eddelbuettel/rcppziggurat/issues
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppGSL