ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Static Public Member Functions | List of all members
UnuranRng< Random > Struct Template Reference

template<class Random>
struct UnuranRng< Random >

UnuranRng class for interface ROOT random generators to Unuran.

Definition at line 22 of file UnuranRng.h.

Static Public Member Functions

static void Delete (void *)
 function to delete object (not needed) More...
 
static void Seed (void *p, unsigned long seed)
 function to set the seed in the random More...
 
static double Rndm (void *p)
 function to sample random generator More...
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/unuran/src/UnuranRng.h>

Member Function Documentation

template<class Random >
static void UnuranRng< Random >::Delete ( void )
inlinestatic

function to delete object (not needed)

Definition at line 27 of file UnuranRng.h.

template<class Random >
static double UnuranRng< Random >::Rndm ( void p)
inlinestatic

function to sample random generator

Definition at line 39 of file UnuranRng.h.

template<class Random >
static void UnuranRng< Random >::Seed ( void p,
unsigned long  seed 
)
inlinestatic

function to set the seed in the random

Definition at line 33 of file UnuranRng.h.


The documentation for this struct was generated from the following file: