|
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 long int | seed = 123456789 |
|
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: