v0.4.0
What's Changed
- Decouple sitmo by @rstub in #55
- feat: improve gitignore file by @hsloot in #61
- fix: testhat finds dqrng header by @hsloot in #62
- feat: global RNG access by @hsloot in #58
- Other xoshiro generators by @rstub in #57
- Allow registering as user-supplied RNG by @rstub in #67
- Restructure jump() to remove code duplication. by @rstub in #68
- Change internal storage type to Rcpp::XPtr<random_64bit_generator> by @rstub in #70
- WARN on CRAN by @rstub in #74
- Add missing inline attributes to avoid linker issues. by @plietar in #75
- I/O for RNG state by @rstub in #78
- Add clone(stream) method for the RNGs by @rstub in #79
- Deprecate scalar functions by @rstub in #81
- Feature/parallel generate by @rstub in #82
- Add 'inline' to get_seed_from_r() by @rstub in #84
- Remove extra boost by @rstub in #86
- Restore pcg ctor by @rstub in #87
New Contributors
Full Changelog: v0.3.2...v0.4.0