| D | rand.c | 319 ulong inc1, ulong inc2) in bc_rand_seedRNG() argument 322 bc_rand_seedState(&r->inc, inc1, inc2); in bc_rand_seedRNG() 334 ulong state1, state2, inc1, inc2; in bc_rand_fill() local 339 inc1 = fulong(ptr); in bc_rand_fill() 342 bc_rand_seedRNG(r, state1, state2, inc1, inc2); in bc_rand_fill() 488 void bc_rand_seed(BcRNG *r, ulong state1, ulong state2, ulong inc1, ulong inc2) in bc_rand_seed() argument 494 bc_rand_seedState(&rng->inc, inc1, inc2); in bc_rand_seed()
|