パッケージ: r-cran-dqrng (0.3.2+dfsg-1)
r-cran-dqrng に関するリンク
Debian の資源:
r-cran-dqrng ソースパッケージをダウンロード:
- [r-cran-dqrng_0.3.2+dfsg-1.dsc]
- [r-cran-dqrng_0.3.2+dfsg.orig.tar.xz]
- [r-cran-dqrng_0.3.2+dfsg-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [cran.r-project.org]
類似のパッケージ:
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 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 13.1)
- GNU 標準 C++ ライブラリ v3
-
- dep: r-api-4.0
- 以下のパッケージによって提供される仮想パッケージです: r-base-core
-
- dep: r-cran-bh (>= 1.64.0-1)
- (Virtual) GNU R package to provide BH
-
- dep: r-cran-rcpp (>= 0.12.16)
- GNU R package for Seamless R and C++ Integration
-
- dep: r-cran-sitmo (>= 2.0.0)
- GNU R parallel pseudo random number generator 'sitmo' header files
-
- rec: libpcg-cpp-dev
- compile-time library for PCG random number generation
-
- rec: r-cran-bench
- High Precision Timing of R Expressions
-
- rec: r-cran-knitr
- GNU R package for dynamic report generation using Literate Programming
-
- rec: r-cran-mvtnorm (>= 1.2-3)
- 多変量の通常および T 分布計算用 GNU R パッケージ
-
- rec: r-cran-rmarkdown
- convert R markdown documents into a variety of formats
-
- rec: r-cran-testthat
- GNU R testsuite