コード例 #1
0
ファイル: Well512.cs プロジェクト: InsecureBeast/LiteTube.SL
 public void Reseed()
 {
     this._index = 0U;
     PlatformServicesExtensions.GetSecureRandom(this._platformServices, this._state);
 }
コード例 #2
0
 public void Reseed()
 {
     this._p = 0;
     PlatformServicesExtensions.GetSecureRandom(this._platformServices, this._s);
 }