Example #1
0
 public static void Generate(this ITypeContext context, Authentication authentication)
 {
     if (RandomUtility.Within(25) == true)
     {
         context.AddRandomCategory(authentication);
     }
     else
     {
         context.AddRandomType(authentication);
     }
 }