Lines Matching defs:seed
40 static UInt seed = 80021;41 seed = 1103515245 * seed + 12345;42 return (seed >> 17) & 0xFF;