Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #23 from nlmixr2/15-use-boostrandom-for-variable-t…
Browse files Browse the repository at this point in the history
…ransformations

Use boost::random
  • Loading branch information
mattfidler authored Apr 18, 2024
2 parents e07c5a9 + d8dac39 commit fc14bd7
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 54 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rxode2random
Title: Random Number Generation Functions for 'rxode2'
Version: 2.0.13
Version: 2.1.0
Authors@R: c(
person("Matthew L.", "Fidler", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8538-6691")),
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# rxode2random 2.1.0

- **Breaking Change** changed distributions from the standard C++
`<random>` to `boost::random`. Since this is not dependent on the
compiler, it makes the random numbers generated from Mac, Windows
and Linux the same for every distribution. Unfortunately with a new
random number transformation, the simulation results will likely be
different than they were before

# rxode2random 2.0.13

- Fixed formatting issues (as requested by CRAN and identified on `m1mac`)
Expand Down
Loading

0 comments on commit fc14bd7

Please sign in to comment.