示例#1
0
 /**
  *  @brief Returns a random integer.
  **/
 public static int CallNext()
 {
     return(instance.Next());
 }