Ejemplo n.º 1
0
 public static long RandomLong(this Random rnd)
 {
     return((long)rnd.RandomULong());
 }