H A D | rand.c | 334 * @param inc1 The lower half of the increment. 338 bc_rand_seedRNG(BcRNGData* r, ulong state1, ulong state2, ulong inc1, in bc_rand_seedRNG() argument 342 bc_rand_seedState(&r->inc, inc1, inc2); in bc_rand_seedRNG() 355 ulong state1, state2, inc1, inc2; in bc_rand_fill() local 360 inc1 = fulong(ptr); in bc_rand_fill() 363 bc_rand_seedRNG(r, state1, state2, inc1, inc2); in bc_rand_fill() 536 bc_rand_seed(BcRNG* r, ulong state1, ulong state2, ulong inc1, ulong inc2) in bc_rand_seed() argument 542 bc_rand_seedState(&rng->inc, inc1, inc2); in bc_rand_seed()
|