r-cran-dqrng 0.3.0+dfsg-1 source package in Ubuntu

Changelog

r-cran-dqrng (0.3.0+dfsg-1) unstable; urgency=medium

  * New upstream version
  * Standards-Version: 4.6.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 17 Sep 2021 10:40:19 +0200

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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-dqrng_0.3.0+dfsg-1.dsc 2.2 KiB 70ad3f99b509e74ef8526f8a32abacd8732c2789d0ae367dfe3101b8c2f83dae
r-cran-dqrng_0.3.0+dfsg.orig.tar.xz 37.9 KiB d4b3aecf2de2bdb6c02d1bf1cf5d47d1146622890bbcf3290de132b89a13beb4
r-cran-dqrng_0.3.0+dfsg-1.debian.tar.xz 13.6 KiB ef495c1d78b97f0b7c53cac7e88ea5e4f7817f408e5385dee7136c4eb66e4ebe

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