Searched refs:BclRandInt (Results 1 – 2 of 2) sorted by relevance
88 typedef uint64_t BclRandInt; typedef93 typedef uint32_t BclRandInt; typedef361 BclRandInt364 BclRandInt365 bcl_rand_bounded(BclRandInt bound);
1749 BclRandInt1754 return (BclRandInt) bc_rand_int(&vm->rng); in bcl_rand_int()1757 BclRandInt1758 bcl_rand_bounded(BclRandInt bound) in bcl_rand_bounded()1763 return (BclRandInt) bc_rand_bounded(&vm->rng, (BcRand) bound); in bcl_rand_bounded()