bnrand
return bnrand(NORMAL, rnd, bits, top, bottom, strength, ctx);
return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL);
return bnrand(TESTING, rnd, bits, top, bottom, 0, NULL);
return bnrand(PRIVATE, rnd, bits, top, bottom, strength, ctx);
return bnrand(PRIVATE, rnd, bits, top, bottom, 0, NULL);
if (!bnrand(flag, r, n + 1, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY,
if (!bnrand(flag, r, n, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY,
if (!bnrand(PRIVATE, r, n + 1, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY,