CreateRandomSeed() static private method

static private CreateRandomSeed ( ) : int
return int
Example #1
0
 public GenLink(int?seed = null)
 {
     this._seed = seed ?? Gen.CreateRandomSeed();
 }