Home | History | Annotate | Download | only in src

Lines Matching full:next_seed

123   const int next_seed = seed + 1;
124 return (next_seed > kMaxRandomSeed) ? 1 : next_seed;