Home | History | Annotate | Download | only in src

Lines Matching defs:seed

83   // Seed the random number generator. We preserve microsecond resolution.
84 uint64_t seed = Ticks() ^ (getpid() << 16);
85 srandom(static_cast<unsigned int>(seed));