#' @noRd
eval_realise_from_network <- function(distribution, n) {
checkmate::assert_class(distribution, "dst")
checkmate::assert_integerish(n, len = 1)
u <- stats::runif(n)
eval_quantile(distribution, at = u)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.