Searched refs:MAX_RANGE (Results 1 – 4 of 4) sorted by relevance
460 const MAX_RANGE = 0xFFFF_FFFF_FFFF; constant461 crypto.randomInt(MAX_RANGE, common.mustSucceed());462 crypto.randomInt(1, MAX_RANGE + 1, common.mustSucceed());464 () => crypto.randomInt(1, MAX_RANGE + 2, common.mustNotCall()),469 `It must be <= ${MAX_RANGE}. ` +474 assert.throws(() => crypto.randomInt(MAX_RANGE + 1, common.mustNotCall()), {478 `It must be <= ${MAX_RANGE}. ` +
28 MAX_RANGE = 100000 variable152 if len(rng) > MAX_RANGE:154 MAX_RANGE)
22 MAX_RANGE = 100000 variable172 if len(rng) > MAX_RANGE:175 " MAX_RANGE (%d)." % MAX_RANGE