5 references to MBIG
mscorlib (5)
system\random.cs (5)
70if (mk<0) mk+=MBIG; 76if (SeedArray[i]<0) SeedArray[i]+=MBIG; 97return (InternalSample()*(1.0/MBIG)); 110if (retVal == MBIG) retVal--; 111if (retVal<0) retVal+=MBIG;