/// <summary>
 /// Случайное положительное число типа int
 /// </summary>
 /// <returns></returns>
 public static int NextNumber() => r.Next();