Skip to content

Commit

Permalink
Bump dev version and NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
rstub committed Sep 21, 2023
1 parent 1935137 commit 61e6129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dqrng
Type: Package
Title: Fast Pseudo Random Number Generators
Version: 0.3.1.1
Version: 0.3.1.2
Authors@R: c(
person("Ralf", "Stubner", email = "[email protected]", role = c("aut", "cre")),
person("daqana GmbH", role = "cph"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# dqrng (unreleased)

* Decoupled the 'sitmo' package. It is now possible to use, e.g., the distribution functions from the header-only library without having an explicit `LinkingTo: sitmo`
* Decoupled the 'sitmo' package. It is now possible to use, e.g., the distribution functions from the header-only library without having an explicit `LinkingTo: sitmo`.
* Make the internal RNG accessible from the outside (Henrik Sloot fixing [#41](https://github.com/daqana/dqrng/issues/41) in [#58](https://github.com/daqana/dqrng/pull/58))

# dqrng 0.3.1

Expand Down

0 comments on commit 61e6129

Please sign in to comment.