Esempio n. 1
0
 public Scrambler(ulong seed)
 {
     this.IX     = 0;
     this.Buffer = Scrambler.SeedBuffer(seed);
 }