Esempio n. 1
0
 public static string Random()
 {
     return(MotherCreator.Random().Word());
 }
Esempio n. 2
0
 public static int Between(int min, int max = int.MaxValue)
 {
     return(MotherCreator.Random().Number(min, max));
 }