You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dqrng_distribution.h can now be used independently of Rcpp
Replace xorshift.hpp and xoroshiro.hpp with xoshiro.h.
This implementation is directly derived from the original C implementations.
It provides v1.0 of Xoroshiro128+ and Xoshiro256+.