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

/freebsd-13-stable/contrib/bc/src/
H A Drand.c222 static void bc_rand_seedState(BcRandState *state, ulong val1, ulong val2) { function
235 bc_rand_seedState(&r->state, state1, state2);
236 bc_rand_seedState(&r->inc, inc1, inc2);
355 bc_rand_seedState(&rng->inc, inc1, inc2);
363 else bc_rand_seedState(&rng->state, state1, state2);

Completed in 86 milliseconds