Пример #1
0
 public KeyGenerator(int seed)
 {
     mersenne = new CRandomMersenne(seed);
     mother   = new CRandomMother(seed);
 }