コード例 #1
0
 public int GetNextLocalRandomInt(int iterationOffset, int maxValue)
 {
     return(CoreGroup.GetNextLocalRandomInt(iterationOffset + unchecked ((int)Id), maxValue));
 }