CreateRandomSeed() static private méthode

static private CreateRandomSeed ( ) : int
Résultat int
Exemple #1
0
 public GenLink(int?seed = null)
 {
     this._seed = seed ?? Gen.CreateRandomSeed();
 }