Home
last modified time | relevance | path

Searched refs:timeSeed (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
H A Drandom_utils.cpp22 long long timeSeed = std::chrono::system_clock::now().time_since_epoch().count(); in RNG() local
23 mGenerator.seed(static_cast<unsigned int>(timeSeed)); in RNG()

Completed in 1 milliseconds