コード例 #1
0
 private static int GetRandomInt(int maxValue)
 {
     return(_startCell.GetNextLocalRandomInt(_rngOffset++, maxValue));
 }