Lines Matching defs:seed
80 static UInt seed = 80021;81 seed = 1103515245 * seed + 12345;82 return (seed >> 17) & 0xFF;