Example #1
0
        public static void Declare(string name, int seed)
        {
            InitableRandom rand = new InitableRandom(seed);

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