-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: dqrng | ||
Type: Package | ||
Title: Fast Pseudo Random Number Generators | ||
Version: 0.4.0 | ||
Version: 0.4.0.1 | ||
Authors@R: c( | ||
person("Ralf", "Stubner", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0009-0009-1908-106X")), | ||
person("daqana GmbH", role = "cph"), | ||
|
@@ -24,9 +24,9 @@ Description: Several fast random number generators are provided as C++ | |
The fast sampling methods support unweighted sampling both with and without | ||
replacement. These functions are exported to R and as a C++ interface and are | ||
enabled for use with the default 64 bit generator from the PCG family, | ||
Xoroshiro128+/++ and Xoshiro256+/++ as well as the 64 bit version of the 20 | ||
rounds Threefry engine (Salmon et al., 2011, <doi:10.1145/2063384.2063405>) as | ||
provided by the package 'sitmo'. | ||
Xoroshiro128+/++/** and Xoshiro256+/++/** as well as the 64 bit version of the | ||
20 rounds Threefry engine (Salmon et al., 2011, <doi:10.1145/2063384.2063405>) | ||
as provided by the package 'sitmo'. | ||
License: AGPL-3 | ||
Depends: R (>= 3.5.0) | ||
Imports: Rcpp (>= 0.12.16) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters