Hi.
> Now that R has OpenMP facilities, I'm trying to use it for my own package but
> I'm still wondering if it is safe to use random number generation within a
> OpenMP block. I looked at the R writing extension document both on the
> OpenMP and Random number generation but didn't find any in
Hello,
For your information, I plan to release "soon" a package with a fast and
multithreaded aware RNG for C++ code in R packages.
It is currently part of one of my (not yet accepted) packages and I want to
extract it into its own package.
I plan to do some quick benchmarks too.
Of course I can
On 22/02/2012 08:23, Mathieu Ribatet wrote:
Dear all,
Now that R has OpenMP facilities,
Hmm, not exactly new.
I'm trying to use it for my own package but I'm still wondering if it
is safe to use random number generation within a OpenMP block. I looked
at the R writing extension document bo
Dear all,
Now that R has OpenMP facilities, I'm trying to use it for my own package but
I'm still wondering if it is safe to use random number generation within a
OpenMP block. I looked at the R writing extension document both on the OpenMP
and Random number generation but didn't find any info