Home
last modified time | relevance | path

Searched refs:BclRandInt (Results 1 – 2 of 2) sorted by relevance

/src/contrib/bc/include/
H A Dbcl.h88 typedef uint64_t BclRandInt; typedef
93 typedef uint32_t BclRandInt; typedef
361 BclRandInt
364 BclRandInt
365 bcl_rand_bounded(BclRandInt bound);
/src/contrib/bc/src/
H A Dlibrary.c1749 BclRandInt
1754 return (BclRandInt) bc_rand_int(&vm->rng); in bcl_rand_int()
1757 BclRandInt
1758 bcl_rand_bounded(BclRandInt bound) in bcl_rand_bounded()
1763 return (BclRandInt) bc_rand_bounded(&vm->rng, (BcRand) bound); in bcl_rand_bounded()