Exemplo n.º 1
0
 public GRand(UInt32 initial)
 {
     _lfsr = new LFSR(initial);
 }
Exemplo n.º 2
0
 public GRand()
 {
     _lfsr = new LFSR();
 }