Example #1
0
 public uint CreateRandomLocalConn()
 {
     return((1u << 30) | RandomHelper.RandUInt32());
 }