/* goodB2G2() - use badsource and goodsink by reversing the blocks in the if in the sink function */
        private void GoodB2G2()
        {
            short data = 0;

            /* POTENTIAL FLAW: Use a random value */
            data = (short)(new Random().Next(short.MinValue, short.MaxValue));
            goodB2G2PublicStatic = true;
            CWE191_Integer_Underflow__Short_rand_sub_22b.GoodB2G2Sink(data);
        }