https://github.com/mclements/rcpprngstream
R package for using the RngStream C++ library
https://github.com/mclements/rcpprngstream
cpp r random-number-generators rcpp
Last synced: about 2 months ago
JSON representation
R package for using the RngStream C++ library
- Host: GitHub
- URL: https://github.com/mclements/rcpprngstream
- Owner: mclements
- Created: 2017-01-10T10:07:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T07:23:47.000Z (about 9 years ago)
- Last Synced: 2025-04-02T20:35:28.149Z (over 1 year ago)
- Topics: cpp, r, random-number-generators, rcpp
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: RcppRngStream package for R
#+OPTIONS: toc:nil
#+OPTIONS: num:nil
#+OPTIONS: html-postamble:nil
# Babel settings
#+PROPERTY: session *R-org*
# +PROPERTY: cache yes
# +PROPERTY: results output graphics
# +PROPERTY: exports both
# +PROPERTY: tangle yes
# +PROPERTY: exports both
* Outline
This is a test-bed for making the RngStream package available for use in other Rcpp packages. We want to manipulate the seeds at the C++ level and use R's non-uniform random numbers.
The main challenge is being able to use LinkingTo: in the DESCRIPTION of a test package with the static variables.
Can we use Rcpp attributes for registering the functions?
Work in progress...