Home | History | Annotate | Download | only in amd64

Lines Matching full:seed

42    static UInt seed = 80021;
43 seed = 1103515245 * seed + 12345;
44 return (seed >> 17) & 0xFF;