r-cran-dqrng 0.2.1+dfsg-3 source package in Ubuntu

Changelog

r-cran-dqrng (0.2.1+dfsg-3) unstable; urgency=medium

  * Explicit Recommends: libpcg-cpp-dev
  * Versioned Build-Depends: dh-r (>= 20200104) to enable adding r-cran-sitmo
    to Depends in binary package
    Closes: #946987

 -- Andreas Tille <email address hidden>  Sat, 04 Jan 2020 23:28:20 +0100

Upload details

Uploaded by:
Debian R Packages Maintainers
Uploaded to:
Sid
Original maintainer:
Debian R Packages Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-dqrng_0.2.1+dfsg-3.dsc 2.1 KiB 9e94b627d0448535d7a386cad6ee6868f46eb1d5de9ffbcdb796399e87286238
r-cran-dqrng_0.2.1+dfsg.orig.tar.xz 34.1 KiB b5b6ef8f12c39b1aea20fbb09edc7454e6e3bb8390f41e4fc55821adc7e37b28
r-cran-dqrng_0.2.1+dfsg-3.debian.tar.xz 13.5 KiB e1ec731f2d171cc7b1d4f57c2f2c4977de348a031f9739466e09fc08ff2510e5

Available diffs

No changes file available.

Binary packages built by this source

r-cran-dqrng: GNU R fast pseudo random number generators

 Several fast random number generators are provided as C++
 header only libraries: The PCG family by O'Neill (2014
 <https://www.cs.hmc.edu/tr/hmc-cs-2014-0905.pdf>) as well as
 Xoroshiro128+ and Xoshiro256+ by Blackman and Vigna (2018
 <arXiv:1805.01407>). 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, <doi:10.18637/jss.v005.i08>).
 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'.

r-cran-dqrng-dbgsym: debug symbols for r-cran-dqrng