/* goodB2G() - use badsource and goodsink */
 private static void GoodB2G()
 {
     /* POTENTIAL FLAW: Use a random value */
     data = (byte)(new Random().Next(byte.MinValue, byte.MaxValue));
     CWE190_Integer_Overflow__Byte_rand_square_68b.GoodB2GSink();
 }