Sets the seed for these. Note that this creates a new Random instance so it will reset the seed
static void setSeed(int seed) { _random = Random(seed); }