#include <UnuranRng.h>
Static Public Member Functions | |
static void | Delete (void *) |
function to delete object (not needed) | |
static void | Seed (void *p, unsigned long seed) |
function to set the seed in the random | |
static double | Rndm (void *p) |
function to sample random generator |
Definition at line 22 of file UnuranRng.h.
static void UnuranRng< Random >::Seed | ( | void * | p, | |
unsigned long | seed | |||
) | [inline, static] |
function to set the seed in the random
Definition at line 33 of file UnuranRng.h.
References Random.