Will this work? 25.7% of the time I need to branch to group 2Code:public static Random random = new Random(); public static int num = random.Next(100, 1000); public static void linked_group() { if (num == 257) { group2(); } else { group1(); } return; }



LinkBack URL
About LinkBacks


