-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 897 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: dqsample
Type: Package
Title: Bias-Free Alternative to R's 'sample' Function
Version: 0.0.1
Authors@R: c(
person("Ralf", "Stubner", email = "ralf.stubner@daqana.com", role = c("aut", "cre")),
person("daqana GmbH", role = "cph"),
person("The R Core Team", role = "ctb"),
person("Melissa", "O'Neill", email = "oneill@pcg-random.org", role = "ctb")
)
Description: The 'base::sample' function uses a slightly biased algorithm for
creating random integers within a given range. As an alternative the
algorithm suggested by Daniel Lemire (2018, <arXiv:1805.1094>) is used.
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.18)
LinkingTo: Rcpp
Suggests:
testthat,
knitr,
rmarkdown
Encoding: UTF-8
RoxygenNote: 6.1.0
URL: https://www.daqana.org/dqsample, https://github.com/daqana/dqsample
BugReports: https://github.com/daqana/dqsample/issues
VignetteBuilder: knitr