Ejemplo n.º 1
0
 public void Reseed()
 {
     this._index = 0U;
     PlatformServicesExtensions.GetSecureRandom(this._platformServices, this._state);
 }
Ejemplo n.º 2
0
 public void Reseed()
 {
     this._p = 0;
     PlatformServicesExtensions.GetSecureRandom(this._platformServices, this._s);
 }