public static void Declare(string name, int seed) { InitableRandom rand = new InitableRandom(seed); dict[name] = rand; // }