Lines Matching full:increment
276 * Returns the actual increment of the PRNG, including the required last odd
279 * @return The increment of the PRNG, including the last odd bit.
297 * Sets up the increment for the PRNG.
298 * @param r The PRNG whose increment will be set up.
334 * @param inc1 The lower half of the increment.
335 * @param inc2 The upper half of the increment.
541 // Seed and set up the PRNG's increment. in bc_rand_seed()
546 // If the state is 0, use the increment as the state. Otherwise, seed it in bc_rand_seed()
561 * Returns the increment in the PRNG *without* the odd bit and also with being
564 * @return The increment without the odd bit and with being shifted one bit
592 // Get the increment. in bc_rand_getRands()
599 // Chop the increment. in bc_rand_getRands()