class Random


Public Methods

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

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)

static double paretoII(double scale, double shape)

static double normal(double avg, double std)

static double lognormal(double avg, double std)


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