class Random


Public Methods

static double exponential(double r)
static double exponential()
static int integer(int k)
static double pareto(double scale, double shape)
static int random()
static void seed(int s)
static int seed_heuristically()
static double uniform()
static double uniform(double r)
static double uniform(double a, double b)

Private Methods

static RNG* rng()

Documentation

static RNG* rng()

static void seed(int s)

static int seed_heuristically()

static int random()

static double uniform()

static double uniform(double r)

static double uniform(double a, double b)

static double exponential()

static int integer(int k)

static double exponential(double r)

static double pareto(double scale, double shape)


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de