MS-RCPSP
|
Helper class used to generate random values. More...
#include <Random.h>
Static Public Member Functions | |
static int | randint () |
static bool | rand (double prob) |
|
static |
Checks whether the randomly generated number satisfied the given probability.
prob | Probability value from 0 to 1. |
Definition at line 11 of file Random.cpp.
|
static |
Generates random integer number.
Definition at line 37 of file Random.cpp.