-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.83 KB
/
DESCRIPTION
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: rTRNG
Title: Advanced and Parallel Random Number Generation via 'TRNG'
Version: 4.23.1-2.9000
Authors@R:
c(person("Riccardo", "Porreca", role = c("aut", "cre"),
email = "[email protected]"),
person("Roland", "Schmid", role = "aut",
email = "[email protected]"),
person("Mirai Solutions GmbH", role = "cph",
email = "[email protected]"),
person("Heiko", "Bauke", role = c("ctb", "cph"),
comment = "TRNG sources and headers"))
Description: Embeds sources and headers from Tina's Random
Number Generator ('TRNG') C++ library. Exposes some functionality for
easier access, testing and benchmarking into R. Provides examples of
how to use parallel RNG with 'RcppParallel'. The methods and
techniques behind 'TRNG' are illustrated in the package vignettes and
examples. Full documentation is available in Bauke (2021)
<https://github.com/rabauke/trng4/blob/v4.23.1/doc/trng.pdf>.
License: GPL-3
URL: https://github.com/miraisolutions/rTRNG#readme,
https://mirai-solutions.ch
BugReports: https://github.com/miraisolutions/rTRNG/issues
SystemRequirements: GNU make
Imports:
methods,
Rcpp (>= 0.11.6),
RcppParallel
Suggests:
covr,
knitr,
R.rsp,
rmarkdown,
testthat (>= 2.0.0)
LinkingTo:
Rcpp,
RcppParallel
VignetteBuilder:
knitr,
R.rsp
Encoding: UTF-8
NeedsCompilation: yes
RoxygenNote: 7.1.2
Collate:
'LdFlags.R'
'RcppExports.R'
'TRNG.Engine.R'
'TRNG.Random.R'
'TRNGkind.R'
'TRNGseed.R'
'TRNGjump.R'
'TRNGsplit.R'
'TRNG.Random.seed.R'
'TRNG.Version.R'
'currentEngine.R'
'defaultKind.R'
'inline.R'
'rTRNG-package.R'
'rbinom_trng.R'
'rlnorm_trng.R'
'rnorm_trng.R'
'rpois_trng.R'
'runif_trng.R'
'zzz.R'