NEWS
SyncRNG 1.3.3 (2024-02-11)
- Resolve invalid package alias in Rd file
SyncRNG 1.3.2 (2023-05-01)
- Enforce strict prototypes in C code.
SyncRNG 1.3.1 (2022-08-11)
- Fix error with
unsigned int
when using clang compiler with UBSAN checks.
SyncRNG 1.3.0 (2017-12-17)
- Allows using SyncRNG as a user-supplied random number generator in R. This
enables using the functions
runif
and rnorm
.