Home
last modified time | relevance | path

Searched refs:bc_rand_multiplier (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bc/include/
H A Drand.h524 extern const BcRandState bc_rand_multiplier;
/freebsd/contrib/bc/src/
H A Drand.c373 BcRandState temp = bc_rand_mul2(r->state, bc_rand_multiplier); in bc_rand_step()
H A Ddata.c1298 const BcRandState bc_rand_multiplier = BC_RAND_MULTIPLIER; variable