Skip to content

Commit

Permalink
Merge branch 'log-normal' of https://github.com/mrc-ide/mcstate2 into…
Browse files Browse the repository at this point in the history
… log-normal
  • Loading branch information
edknock committed Dec 9, 2024
2 parents f7ca6df + 17827a4 commit 33bcb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/random.R
Original file line number Diff line number Diff line change
Expand Up @@ -660,4 +660,4 @@ monty_random_log_normal <- function(meanlog, sdlog, state) {
##' @rdname monty_random_log_normal
monty_random_n_log_normal <- function(n_samples, meanlog, sdlog, state) {
cpp_monty_random_n_log_normal(n_samples, meanlog, sdlog, state)
}
}

0 comments on commit 33bcb8d

Please sign in to comment.