コード例 #1
0
ファイル: NLRandom.cs プロジェクト: narlon/TOMClassic
 public static void SetSeed(int newSeed)
 {
     random = new UXMTRandom(newSeed);
 }