Home | History | Annotate | Download | only in cctest

Lines Matching full:seed

49   void init(uint32_t seed = 0x5688c73e) {
53 Q[0] = seed;
54 Q[1] = seed + phi;
55 Q[2] = seed + phi + phi;