public KeyGenerator(int seed) { mersenne = new CRandomMersenne(seed); mother = new CRandomMother(seed); }