Searched refs:randOffset (Results 1 – 1 of 1) sorted by relevance
130 U32 const randOffset = RDG_rand15Bits(seedPtr) + 1; in RDG_genBlock() local131 U32 const offset = repeatOffset ? prevOffset : (U32) MIN(randOffset , pos); in RDG_genBlock()