Searched refs:bc_rand_seed (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Drand.h195 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2);
/freebsd-13-stable/contrib/bc/src/
H A Drand.c351 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2) function
H A Dlibrary.c1131 bc_rand_seed(&vm.rng, vals[0], vals[1], vals[2], vals[3]);
H A Dnum.c2340 bc_rand_seed(rng, state1, state2, inc1, inc2);

Completed in 182 milliseconds