forked from miraisolutions/rTRNG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
65 lines (65 loc) · 1.84 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
65
Package: rTRNG
Title: Advanced and Parallel Random Number Generation via 'TRNG'
Version: 4.23.1-1
Authors@R:
c(person("Riccardo", "Porreca", role = c("aut", "cre"),
email = "riccardo.porreca@mirai-solutions.com"),
person("Roland", "Schmid", role = "aut",
email = "roland.schmid@mirai-solutions.com"),
person("Mirai Solutions GmbH", role = "cph",
email = "info@mirai-solutions.com"),
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
LazyData: true
NeedsCompilation: yes
RoxygenNote: 7.1.1
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'