Nothing
      ## --------------------------------------------------------------------------
##
## Common auxiliary functions
##
## --------------------------------------------------------------------------
unuran.distr.class <- function (unr)
  ## ------------------------------------------------------------------------
  ## Get distribution class of UNU.RAN generator object 'unr'.
  ## ------------------------------------------------------------------------
  ## unr    : object of class "unuran"
  ## ------------------------------------------------------------------------
  ## return:
  ## string that contains name of class
  ## ------------------------------------------------------------------------
{
  unuran.details(unr, show=FALSE, return.list=TRUE, debug=FALSE)$distr.class
}
## --------------------------------------------------------------------------
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.