Seeds the pseudo-random number generator used by rand.
void srand(int seed) { _rand = math.Random(seed); }