Skip to content

Releases: daqana/dqrng

v0.0.2

08 May 14:47
Compare
Choose a tag to compare
  • 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+.