BioinstSim  2
 All Classes Functions Variables
Static Public Member Functions | Static Public Attributes | List of all members
Random Class Reference

Static Public Member Functions

static void set_seed (long int s)
 
static long int set_seed_usec ()
 
static double nextDouble ()
 
static double nextDouble (double lbound, double ubound)
 
static double nextDouble (double ubound)
 
static int nextInt (int lbound, int ubound)
 
static int nextInt (int ubound)
 
static double nextNormGaussian ()
 
static double nextGaussian (double mean, double sigma)
 
static bool nextBoolean ()
 

Static Public Attributes

static long int seed = 123456789
 

Member Data Documentation

long int Random::seed = 123456789
static

instantiated once (and only once), so we do it here. Seed the random number generator


The documentation for this class was generated from the following files: