/* goodB2G() - use badsource and goodsink */
 private static void GoodB2G()
 {
     /* POTENTIAL FLAW: Set data to a random value */
     data = (new Random()).Next();
     CWE129_Improper_Validation_of_Array_Index__Random_array_read_no_check_68b.GoodB2GSink();
 }