コード例 #1
0
 /// <summary>
 /// Generates a new random 64-bit cell id.
 /// </summary>
 /// <returns>A new 64-bit cell id.</returns>
 /// <remarks>This is a thread-safe method that you can call to get a new cell id.</remarks>
 public long NewRandomCellID()
 {
     return(rand.NextInt64());
 }