|
MyMediaLite
3.09
|
Random number generator singleton class. More...
Static Public Member Functions | |
| static Random | GetInstance () |
| Gets the instance. If it does not exist yet, it will be created. | |
| static void | Init () |
| (Re-)initialize the instance | |
Properties | |
| static int | Seed [set] |
| the random seed | |
Random number generator singleton class.
| static Random GetInstance | ( | ) | [inline, static] |
Gets the instance. If it does not exist yet, it will be created.
| static void Init | ( | ) | [inline, static] |
(Re-)initialize the instance
int Seed [static, set] |
the random seed
1.7.6.1