Lines Matching refs:random_upto_biased
1141 out[0] = highbound - random_upto_biased(highbound-lowbound, 8);
1150 out[0] = highbound - random_upto_biased(highbound-lowbound, 8);
1158 out[0] = highbound - random_upto_biased(highbound-lowbound, 8);
1382 0x3FE - random_upto_biased(0x431,2) : /* small */
1383 0x3FF + random_upto_biased(0x3FF,2)); /* big */
1401 n = 52 - random_upto_biased(51, 4);
1432 out[2] = dmax - random_upto_biased(dmax-pmin, 10);
1435 out[2] = (dmin - random_upto_biased(dmin-pmin, 10)) | 0x80000000;
1472 0x7E - random_upto_biased(0x94,2) : /* small */
1473 0x7F + random_upto_biased(0x7f,2)); /* big */
1491 n = 23 - random_upto_biased(22, 4);
1512 out[2] = dmax - random_upto_biased(dmax-pmin, 10);
1515 out[2] = (dmin - random_upto_biased(dmin-pmin, 10)) | 0x80000000;