<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Fast Pseudo Random Number Generators</dc:title>
  <dc:title>R package dqrng version 0.4.1</dc:title>
  <dc:subject>CRAN Task View: Distributions (https://CRAN.R-project.org/view=Distributions)</dc:subject>
  <dc:subject>CRAN Task View: HighPerformanceComputing (https://CRAN.R-project.org/view=HighPerformanceComputing)</dc:subject>
  <dc:description>Several fast random number generators are provided as C++
  header only libraries: The PCG family by O'Neill (2014
  &lt;https://www.cs.hmc.edu/tr/hmc-cs-2014-0905.pdf&gt;) as well as
  the Xoroshiro / Xoshiro family by Blackman and Vigna (2021
  &lt;doi:10.1145/3460772&gt;). In addition fast functions for generating random
  numbers according to a uniform, normal and exponential distribution
  are included. The latter two use the Ziggurat algorithm originally
  proposed by Marsaglia and Tsang (2000, &lt;doi:10.18637/jss.v005.i08&gt;).
  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, &lt;doi:10.1145/2063384.2063405&gt;)
  as provided by the package 'sitmo'.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.5.0)</dc:relation>
  <dc:relation>Imports: Rcpp (&gt;= 0.12.16)</dc:relation>
  <dc:relation>LinkingTo: Rcpp, BH (&gt;= 1.64.0-1), sitmo (&gt;= 2.0.0)</dc:relation>
  <dc:relation>Suggests: BH, testthat, knitr, rmarkdown, mvtnorm (&gt;= 1.2-3), bench,
sitmo</dc:relation>
  <dc:creator>Ralf Stubner &lt;ralf.stubner@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Ralf Stubner [aut, cre] (ORCID:
    &lt;https://orcid.org/0009-0009-1908-106X&gt;),
  daqana GmbH [cph],
  David Blackman [cph] (Xoroshiro / Xoshiro family),
  Melissa O'Neill [cph] (PCG family),
  Sebastiano Vigna [cph] (Xoroshiro / Xoshiro family),
  Aaron Lun [ctb],
  Kyle Butts [ctb],
  Henrik Sloot [ctb],
  Philippe Grosjean [ctb] (ORCID:
    &lt;https://orcid.org/0000-0002-2694-9471&gt;)</dc:contributor>
  <dc:rights>AGPL-3</dc:rights>
  <dc:date>2024-05-28</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=dqrng</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.dqrng</dc:identifier>
</oai_dc:dc>
