[inline, static]
Randomize seed.
Definition at line 30 of file RandomGenerator.h.
00031 { 00032 std::srand(time(0)); 00033 }