randomSetSeed
fn
void randomSetSeed(uint seed)Sets the seed for the global random number generator, which is used by the g_random_* functions, to seed.
Parameters
seed | a value to reinitialize the global random number generator |