Ralf Stubner
Ralf Stubner
@jlmelville This is very odd. The results from the RNG for your use-case have changed multiple times, since I changed how the two argument construction `dqrng::generator(seed, stream)` works. AFAIK this...
@joemsong: Thanks for the update to both GridOnClusters and FunChisq. Reverse dependency checks appear good again.
@jlmelville I have found the issue. In https://github.com/daqana/dqrng/pull/87 I had made sure that `random_64bit_wrapper::seed(seed, stream)` was unchanged, but not `dqrng::generator(seed, stream)`. The former is used by R, why you are...
@jlmelville #87 contains the current state of things. Thanks for testing!
The [most recent](https://github.com/daqana/dqrng/actions/runs/9053711013/job/24873288472) reverse dependency check looks good. I am closing this ticket and going to upload to package. Thanks everybody! @s3alfisc `fwildclusterboot` is still strange. Sometimes it fails with...
v0.3.2 is https://github.com/daqana/dqrng/commit/bfcf168907bc3001266243c67dad6c1096090cb6. Due to an issue with Rcpp, v0.3.2 had to be directly based on v0.3.1 instead of the development versions v0.3.1.x. Can you tell me more about the...
Thanks for confirming my guess. I probably should update PCG to get https://github.com/imneme/pcg-cpp/commit/66478a9e7e8a81085ba71f33df51fdc0a1cd11c0. Then I can test without compiler internal 128bit integers. Due to some UBSAN failures (c.f. #89) I...
Can you try the version from #90? https://github.com/daqana/dqrng/pull/90/commits/fd688fb4c28ac8d36b9b7cf5ce689648eb5f66d7 should fix this issue.
I am not sure where the UB should be or where the `abort` is coming from. Does the file `dqrng.Rcheck/tests/testthat.Rout` contain anything that could indicate which test is failing?
Thanks @barracuda156! I have been able to run some tests on an old i686 Laptop, which does show some of the issues you are seeing: * `abort` is used, probably...